<?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: Regarding VPU Decoder in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213571#M2434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Not sure which platform Linux/WinCE and BSP(i.MX27?) you are using.&lt;BR /&gt;Normally it should return like that.&lt;BR /&gt;Please check:&lt;BR /&gt;1. At initInfo, is the video bitstream header correctly parsed by VPU?&lt;BR /&gt;2. Which mode file or stream mode are using by you? For file mode, it should always input&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; one frame data, in stream mode, it should input at least one frame date.&lt;BR /&gt;3. You can try with unit-test code released with ltib package first if using Linux BSP.&lt;BR /&gt;&lt;BR /&gt;Hope will do some help to you&lt;BR /&gt;&lt;BR /&gt;B.R&lt;BR /&gt;Jetic&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 23:44:14 GMT</pubDate>
    <dc:creator>jetic</dc:creator>
    <dc:date>2009-01-05T23:44:14Z</dc:date>
    <item>
      <title>Regarding VPU Decoder</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213570#M2433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;Hi ,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to integrate the ffmpeg with VPU codec . I am able to play some H264 files now&lt;BR /&gt;&amp;nbsp;When I try to play *.mp4 file I am getting the Error like below ..&lt;BR /&gt;&lt;BR /&gt;vpu_DecGetOutputInfo failed. Error code is -1 .&lt;BR /&gt;&lt;BR /&gt;Problem is once I got this error I am not able to play any files until I restart the board .&lt;BR /&gt;&lt;BR /&gt;Could you suggest the exact reason for the cause. I am using the same method of&amp;nbsp; bluewind.it..&lt;BR /&gt;&lt;BR /&gt;Expecting an early reply..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nimesh Kanoth&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 14:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213570#M2433</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2009-01-05T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding VPU Decoder</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213571#M2434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Not sure which platform Linux/WinCE and BSP(i.MX27?) you are using.&lt;BR /&gt;Normally it should return like that.&lt;BR /&gt;Please check:&lt;BR /&gt;1. At initInfo, is the video bitstream header correctly parsed by VPU?&lt;BR /&gt;2. Which mode file or stream mode are using by you? For file mode, it should always input&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; one frame data, in stream mode, it should input at least one frame date.&lt;BR /&gt;3. You can try with unit-test code released with ltib package first if using Linux BSP.&lt;BR /&gt;&lt;BR /&gt;Hope will do some help to you&lt;BR /&gt;&lt;BR /&gt;B.R&lt;BR /&gt;Jetic&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 23:44:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213571#M2434</guid>
      <dc:creator>jetic</dc:creator>
      <dc:date>2009-01-05T23:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding VPU Decoder</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213572#M2435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Jectic ,&lt;BR /&gt;&lt;BR /&gt;Thanks for your immediate reply..&lt;BR /&gt;&lt;BR /&gt;I am trying this on the iMX27 ADS - Linux . We need to play both audio and video. The example given by the freescale doesn't contain the audio support . And the Gstreamer is too heavy for our requirement . So we are trying to use the VPU and ffmpeg with emma support to play movie files.&lt;BR /&gt;&lt;BR /&gt;Now I am trying with file play only ... Currently I am able to some H264 files... but when I try to play MP4 I am getting the vpu_DecGetOutputInfo failed . when I dig in the vpu lib code&amp;nbsp; failure is exactly from&lt;BR /&gt;&lt;BR /&gt;if ((VpuReadReg(RET_DEC_PIC_SUCCESS) &amp;amp; 0x01) == 0) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("VpuReadReg---&amp;gt;%d\n",ret);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pendingInst = 0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return RETCODE_FAILURE;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I attached the files I using with ffmpeg ...&lt;BR /&gt;1) h263_dec.c&lt;BR /&gt;2) vpu_codec.c&lt;BR /&gt;&lt;BR /&gt;There is no changes in the VPU library .. I am using the latest one ...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nimesh Kanoth&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 12:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-VPU-Decoder/m-p/213572#M2435</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2009-01-06T12:30:05Z</dc:date>
    </item>
  </channel>
</rss>

