<?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: Decode JPEG in C code using VPU in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290099#M34997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the vpudec is&amp;nbsp; your limiting factor. The limiting factor is the sink you will use for display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 06:35:53 GMT</pubDate>
    <dc:creator>Tarek</dc:creator>
    <dc:date>2013-09-06T06:35:53Z</dc:date>
    <item>
      <title>Decode JPEG in C code using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290095#M34993</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; Just wondering can I decode single JPEG with VPU in C code?&amp;nbsp; Is there any reference to start with?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Our application need to decode a lot of JPEG every second. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I know iMX6 it only support MJPEG stream. But I think I can pack JPEG to MJPEG first on the fly. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can anyone point me a right way to do it? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Also, please confirm that does i.MX6 only support baseline DCT or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:54:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290095#M34993</guid>
      <dc:creator>timf</dc:creator>
      <dc:date>2013-09-04T08:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Decode JPEG in C code using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290096#M34994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;" But I think I can pack JPEG to MJPEG first on the fly"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can do that, then I suggest GStreamer, using either gst-launch or a specific app with following elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filesrc -&amp;gt; vpudec -&amp;gt; multifilesink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 15:16:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290096#M34994</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-09-04T15:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Decode JPEG in C code using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290097#M34995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt reply. &lt;/P&gt;&lt;P&gt;If I have to run the app in multiple instance, does vpudec support decoding simultaneously?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 03:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290097#M34995</guid>
      <dc:creator>timf</dc:creator>
      <dc:date>2013-09-05T03:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Decode JPEG in C code using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290098#M34996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a limit of concurrent instances, but I do not know the exact number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 15:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290098#M34996</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-09-05T15:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Decode JPEG in C code using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290099#M34997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the vpudec is&amp;nbsp; your limiting factor. The limiting factor is the sink you will use for display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:35:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290099#M34997</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2013-09-06T06:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Decode JPEG in C code using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290100#M34998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right Tarek, in this case VPU is not the limiting factor. Tim is using multisink, so seems that your limiting factor is your storage device :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 20:03:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decode-JPEG-in-C-code-using-VPU/m-p/290100#M34998</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-09-10T20:03:07Z</dc:date>
    </item>
  </channel>
</rss>

