<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315583#M41668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In comments of the next doc :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93788"&gt;https://community.nxp.com/docs/DOC-93788&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;2. What is basic difference of these two?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Both are similar elements, in the sense that both are video sinks, however, the isink element uses the IPU lib, which allows to have multi-overlay, meaning that several playbacks can run on the same device. This is not possible using the mfw_v4lsink element. Check the properties for each element using the cmd 'gst-inspect'. Also, check the i.MX Linux Multimedia&amp;nbsp; Framework User's Guide for more info.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 03:06:38 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2014-07-07T03:06:38Z</dc:date>
    <item>
      <title>CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315579#M41664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Now i am trying to stream a full HD resolution (1920x1080, 30fps) camera input from OV5640 MIPI camera to display it on a full HD HDMI display.&lt;/P&gt;&lt;P&gt;I manage to do so by:&lt;/P&gt;&lt;P&gt;gst-launch mfw_v4lsrc device=/dev/video1 capture-mode=5 ! mfw_v4lsink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when i see the CPU load using the 'top' command, the CPU load is near to 100%. Why is the CPU load so high? Isn't it the IPU should kick in in such situation and free the CPU from doing other task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using i.mx6SabreSD board, trying to simulate performance of i.mx6 SOLO by limiting the cpu to 1 core in u-boot boot arguement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 07:45:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315579#M41664</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-03T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315580#M41665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; In Your pipeline there are no codecs, this means huge amount of raw ("non-zipped") data&lt;BR /&gt;should be read from the cam, copied to display framebuffer 30 times per sec, also frame buffer &lt;BR /&gt;should be displayed, say 30 times per sec.&amp;nbsp; &lt;BR /&gt;&amp;nbsp; Just for estimation, data throughput : 240 MB/sec ~ 1920x1080 x 30 fps x 4 bytes per pixel.&lt;BR /&gt;It should be, at least, doubled, since data are read from the cam&amp;nbsp; to memory and than written &lt;BR /&gt;to display. Really system bus is heavy loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315580#M41665</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-07-04T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315581#M41666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Thanks! you cleared my doubt.&lt;/P&gt;&lt;P&gt;In such case, do you recommend me to do the encoding on the input pipeline, and then decode it to the output display?&lt;/P&gt;&lt;P&gt;Is the command something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;# gst-launch mfw_v4lsrc device=/dev/video1 ! vpuenc&amp;nbsp; codec=6 ! matroskamux ! queue max-size-bytes=0 max-size-time=0 ! vpudec ! mfw_v4lsink&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Please correct my pipeline if i am wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Zhen Cong Tee&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:07:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315581#M41666</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-04T07:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315582#M41667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Some update after doing some experiment.&lt;/P&gt;&lt;P&gt;I found out that the CPU load changed tremendously when i change the sink from mfw_v4lsink to mfw_isink.&lt;/P&gt;&lt;P&gt;I tried with 720p MIPI input, 1080p HDMI output.&lt;/P&gt;&lt;P&gt;When using mfw_v4lsink, the CPU load is about 40%&lt;/P&gt;&lt;P&gt;when using mfw_isink, the CPU load goes down to as low as 5%!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know what is the different between v4lsink and isink? what makes the different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, i am not able to stream 1080p MIPI input to 1080p HDMI output using mfw_isink. console throw out a lot of errors below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX resolution 1920x1080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set color key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MFW_GST_ISINK_PLUGIN 3.0.11 build on Jun 17 2014 15:54:17.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pipeline is live and does not need PREROLL ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Setting pipeline to PLAYING ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New clock: GstSystemClock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can not create threadmfw_gst_isink_setcaps:1489&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VS0 created. in fmt[I420] win(0,0-1920,1080:1920x1080) out win(0,0-1920,1080:1920x1080)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set deinterlace mode 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;and HDMI screen goes blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why is this happening? I had included the VSALPHA = 1 before running the gst-launch command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 02:48:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315582#M41667</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-07T02:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315583#M41668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In comments of the next doc :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93788"&gt;https://community.nxp.com/docs/DOC-93788&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;2. What is basic difference of these two?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Both are similar elements, in the sense that both are video sinks, however, the isink element uses the IPU lib, which allows to have multi-overlay, meaning that several playbacks can run on the same device. This is not possible using the mfw_v4lsink element. Check the properties for each element using the cmd 'gst-inspect'. Also, check the i.MX Linux Multimedia&amp;nbsp; Framework User's Guide for more info.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 03:06:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315583#M41668</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-07-07T03:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315584#M41669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Understand that isink uses IPU lib which allows multi-overlay. How about v4lsink? Does it uses IPU as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, any idea on the error i am getting when trying to stream in 1080p MIPI input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 05:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315584#M41669</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-07T05:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315585#M41670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The mfw_v4lsink uses IPU features, but not optimal for multitasking. &lt;BR /&gt;&lt;BR /&gt;As for IPU warnings in Your log : &lt;A href="https://community.nxp.com/message/274894"&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00080000&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 01:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315585#M41670</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-07-10T01:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315586#M41671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;I am using Dora branch of the Yocto. It seems like the patch as mentioned is not useful in my case.&lt;/P&gt;&lt;P&gt;Besides that , i tried to include the dmfc=3 in the bootarg, but it does not help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you mentioned it's something about the IPU performance. Does it means that the IPU cannot take in 1920x1080p @ 30fps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another finding throughout my experiments. I tried to change the vssconfig so that mfs_isink write to fb0 instead of the original fb1, and this does not happen anymore. But i do not understand what is the different between writing to the display framebuffer (fb0) and overlay framebuffer (fb1)? Why does it makes the different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 02:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315586#M41671</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-10T02:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load when streaming full HD camera input to full HD HDMI display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315587#M41672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for IPU performance - it depends on system load (mainly - DRAM throughput), since other &lt;BR /&gt;(system throughput consuming) modules may influence here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CPU-load-when-streaming-full-HD-camera-input-to-full-HD-HDMI/m-p/315587#M41672</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-07-15T08:15:31Z</dc:date>
    </item>
  </channel>
</rss>

