<?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: IMX8MP and accellerated jpeg decoder</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1363305#M182263</link>
    <description>&lt;P&gt;Yes it can be used.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 12:24:16 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2021-10-28T12:24:16Z</dc:date>
    <item>
      <title>IMX8MP and accellerated jpeg decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1362366#M182204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working with and IMX8MP I need to decompress a motion jpeg video stream.&lt;/P&gt;&lt;P&gt;I'm using Yocto gatesgarth and the libimxvpuapi2 version v2.1.0.&lt;/P&gt;&lt;P&gt;To test the decoder I tried to launch the code example jpeg-dec-example contained in the libimxvpuapi2 but i recevied the followoing error&lt;/P&gt;&lt;LI-CODE lang="c"&gt;OMX JPEG ! HantroHwDecOmx_decoder_create_jpeg JpegDecInit error openmax_il/source/decoder/codec_jpeg.c:1045
../git/imxvpuapi2/imxvpuapi2_imx8m_hantro_decoder.c:1372 (imx_vpu_api_dec_open)   ERROR: could not create codec
../git/imxvpuapi2/imxvpuapi2_jpeg.c:200 (imx_vpu_api_jpeg_dec_open)   ERROR: could not open JPEG decoder: error
could not open VPU JPEG decoder
../git/imxvpuapi2/imxvpuapi2_imx8m_hantro_decoder.c:1410 (imx_vpu_api_dec_close)   debug: closing decoder
Segmentation fault&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: The VPU of the IMX8MP processor is able to do an hardware accelerated decoding of jpeg images?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 10:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1362366#M182204</guid>
      <dc:creator>stefanop</dc:creator>
      <dc:date>2021-10-27T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP and accellerated jpeg decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1362472#M182212</link>
      <description>&lt;P&gt;Hello stefanop, you can use the same vpu encode api as mpeg4/h.264 to encode mjpeg, just set different format.&lt;/P&gt;
&lt;P&gt;mxc_vpu_test is open source, suppose you can get the source from our formal release.&lt;/P&gt;
&lt;P&gt;The only work you need to do is adjust the memory pool to allow large memory allocation and set proper value for 'VPU_ENC_BITS_BUF_SIZE' accordingly just like mentioned above.&lt;/P&gt;
&lt;P&gt;For the libimxvpuapi, it was developed by third-party, you can ask help in this community&lt;/P&gt;
&lt;P&gt;or you can get NXP formal release package from BSP&amp;nbsp; NXP offical site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 13:29:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1362472#M182212</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-10-27T13:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP and accellerated jpeg decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1362486#M182214</link>
      <description>&lt;P&gt;Thanks for your reply,&amp;nbsp; only one more clarification:&lt;/P&gt;&lt;P&gt;I see your speaking about encode functions but I need to decode an mjpeg stream.&lt;/P&gt;&lt;P&gt;It is possible to use the same VPU APIs used for decoding mpeg4/h.264 to decode also a jpeg image?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:01:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1362486#M182214</guid>
      <dc:creator>stefanop</dc:creator>
      <dc:date>2021-10-27T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP and accellerated jpeg decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1363305#M182263</link>
      <description>&lt;P&gt;Yes it can be used.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:24:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-and-accellerated-jpeg-decoder/m-p/1363305#M182263</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-10-28T12:24:16Z</dc:date>
    </item>
  </channel>
</rss>

