<?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>topic Re: iMX6 IPU resizing problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-IPU-resizing-problem/m-p/230882#M17343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I figured out that the original picture in 444P format, not Y444 format. Now I got correct output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 06:45:17 GMT</pubDate>
    <dc:creator>timf</dc:creator>
    <dc:date>2014-01-14T06:45:17Z</dc:date>
    <item>
      <title>iMX6 IPU resizing problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-IPU-resizing-problem/m-p/230881#M17342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;&amp;nbsp; I'm trying to use IPU to resizing YUV444 image to a smaller YUV420 image on a iMX6 Sabrelite board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;&amp;nbsp; I'm using sample code from:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt; &lt;/SPAN&gt;&lt;A style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #266fc8;" title="https://github.com/rogeriorps/ipu-examples.git"&gt;https://github.com/rogeriorps/ipu-examples.git&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The only thing I have changed is the task structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;// Input image size and format&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;task.input.width&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1024;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;task.input.height&amp;nbsp;&amp;nbsp; = 768;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;task.input.format&amp;nbsp;&amp;nbsp; = v4l2_fourcc('Y', '4', '4', '4');&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;// Output image size and format&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;task.output.width&amp;nbsp;&amp;nbsp; = 512;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;task.output.height&amp;nbsp; = 384;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;task.output.format&amp;nbsp; = v4l2_fourcc('I', '4', '2', '0');&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the result I got, can anyone tell me what was wrong?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ipu_result.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/41862i59D9CBCAED0088AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="ipu_result.jpg" alt="ipu_result.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-IPU-resizing-problem/m-p/230881#M17342</guid>
      <dc:creator>timf</dc:creator>
      <dc:date>2014-01-13T06:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6 IPU resizing problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-IPU-resizing-problem/m-p/230882#M17343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I figured out that the original picture in 444P format, not Y444 format. Now I got correct output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 06:45:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-IPU-resizing-problem/m-p/230882#M17343</guid>
      <dc:creator>timf</dc:creator>
      <dc:date>2014-01-14T06:45:17Z</dc:date>
    </item>
  </channel>
</rss>

