<?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 JPEG encode/decode using Coda960 driver? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787985#M122072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CODA driver in the latest mainline kernel supports JPEG encoding/decoding for coda7 (imx5x) platforms, but does not support JPEG for coda960 (imx6) platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coda_regs.h header file does not even&amp;nbsp;define the&amp;nbsp;coda960 MJPEG&amp;nbsp;registers starting at 0x3000.&amp;nbsp; Is there any support planned for the&amp;nbsp;coda960&amp;nbsp;JPEG unit in the coda driver?&amp;nbsp; It appears that supporting JPEG on the imx6 should a straightforward port of&amp;nbsp;code in the imx-vpu library.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2018 20:32:07 GMT</pubDate>
    <dc:creator>jonathanolson</dc:creator>
    <dc:date>2018-12-11T20:32:07Z</dc:date>
    <item>
      <title>JPEG encode/decode using Coda960 driver?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787985#M122072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CODA driver in the latest mainline kernel supports JPEG encoding/decoding for coda7 (imx5x) platforms, but does not support JPEG for coda960 (imx6) platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coda_regs.h header file does not even&amp;nbsp;define the&amp;nbsp;coda960 MJPEG&amp;nbsp;registers starting at 0x3000.&amp;nbsp; Is there any support planned for the&amp;nbsp;coda960&amp;nbsp;JPEG unit in the coda driver?&amp;nbsp; It appears that supporting JPEG on the imx6 should a straightforward port of&amp;nbsp;code in the imx-vpu library.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 20:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787985#M122072</guid>
      <dc:creator>jonathanolson</dc:creator>
      <dc:date>2018-12-11T20:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: JPEG encode/decode using Coda960 driver?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787986#M122073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The gstreamer support JPEG with &lt;SPAN style="font-size: 11.0pt;"&gt;gstreamer1.0-plugins-base jpeg. the i.MX6Q does not have support for coda960 with imx.vpu library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787986#M122073</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2018-12-17T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: JPEG encode/decode using Coda960 driver?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787987#M122074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The imx-vpu library&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/" title="https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/"&gt;https://www.nxp.com/lgfiles/NMG/MAD/YOCTO&lt;/A&gt;/imx-vpu-5.4.33.bin DOES support JPEG encode/decode on the i.MX6Q.&amp;nbsp; I've been successfully using this library for over a year with a 3.14 kernel.&amp;nbsp; There were gstreamer modules which also depended on this library,&amp;nbsp; however they cannot work on later 4.x kernels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the /dev/mxc_vpu device is deprecated in 4.x kernels and replaced with the new coda V4L2 driver.&amp;nbsp; Although the new coda driver supports H.264 encode/decode, it does not support JPEG on the i.MX6Q.&amp;nbsp; Since the imx-vpu library contains source code to manage the Coda960 jpeg hardware, I wondered if anyone has looked into porting this support into the coda driver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 19:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/JPEG-encode-decode-using-Coda960-driver/m-p/787987#M122074</guid>
      <dc:creator>jonathanolson</dc:creator>
      <dc:date>2018-12-17T19:23:05Z</dc:date>
    </item>
  </channel>
</rss>

