<?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中的主题 -3 error in VPU MPEG4 bitstream error Decoding i.mx53 WinCE</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163425#M3915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The returned -3 in field "indexFrameDisplay" means no frame is decoded successfully:&lt;/P&gt;&lt;P&gt;1. No free buffer in VPU to oputput the decoded that&lt;/P&gt;&lt;P&gt;2. the input data is the partial of one compressed video frame&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIP: the vpu unit test DecDemo.exe is a good sample of how to use the API and verify if the bitstream is corrupted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 17:56:49 GMT</pubDate>
    <dc:creator>GuillermoHernan</dc:creator>
    <dc:date>2012-05-23T17:56:49Z</dc:date>
    <item>
      <title>-3 error in VPU MPEG4 bitstream error Decoding i.mx53 WinCE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163425#M3915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The returned -3 in field "indexFrameDisplay" means no frame is decoded successfully:&lt;/P&gt;&lt;P&gt;1. No free buffer in VPU to oputput the decoded that&lt;/P&gt;&lt;P&gt;2. the input data is the partial of one compressed video frame&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIP: the vpu unit test DecDemo.exe is a good sample of how to use the API and verify if the bitstream is corrupted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 17:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163425#M3915</guid>
      <dc:creator>GuillermoHernan</dc:creator>
      <dc:date>2012-05-23T17:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: -3 error in VPU MPEG4 bitstream error Decoding i.mx53 WinCE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163426#M3916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm&amp;nbsp; having the same problem for i.MX6 running Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked that the VPU output buffers are free so it must be input data is partial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please shed some light on how to check bit stream corruption for this platform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 13:20:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163426#M3916</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2012-11-15T13:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: -3 error in VPU MPEG4 bitstream error Decoding i.mx53 WinCE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163427#M3917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Please refer to VPU unit test code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;There are cases they should ignore outinfo (including indexFrameDisplay)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;- Incomplete decoding&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; outinfo.decodingSuccess == 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;- Rollback triggered in rollback mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; outinfo.decodingSuccess == 0x10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;There are cases indexFrameDisplay == -3 is expected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;- No display output due to display reorder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; Normally for first several frames, indexFrameDisplay == -3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;- Skipped frame&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; e.g. You set skip PB mode, and the frame is P frame.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;- frame buffer exhausted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; confirmed it’s not your case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 22:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-error-in-VPU-MPEG4-bitstream-error-Decoding-i-mx53-WinCE/m-p/163427#M3917</guid>
      <dc:creator>GuillermoHernan</dc:creator>
      <dc:date>2012-12-05T22:40:49Z</dc:date>
    </item>
  </channel>
</rss>

