<?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 How to decompress every I_PICTURE without image corruption? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-decompress-every-I-PICTURE-without-image-corruption/m-p/786123#M2016</link>
    <description>Hi 9ine, &lt;BR /&gt;&lt;BR /&gt;The bad image looks a kind of interlace image or half of framewas decompressed, other half frame are missed. Are you working on dual core machine? what version of the OS and the compiler ? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
    <pubDate>Fri, 19 Nov 2010 08:40:00 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2010-11-19T08:40:00Z</dc:date>
    <item>
      <title>How to decompress every I_PICTURE without image corruption?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-decompress-every-I-PICTURE-without-image-corruption/m-p/786122#M2015</link>
      <description>I'm using that loop to decompress every I_PICTURE only:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;do {&lt;BR /&gt;if (4 &amp;gt;= in.GetDataSize() || sts == UMC::UMC_ERR_NOT_ENOUGH_DATA) {&lt;BR /&gt;while (((sts = pSplitter-&amp;gt;GetNextData(&amp;amp;in, videoTrack)) == UMC::UMC_ERR_NOT_ENOUGH_DATA))vm_time_sleep(5);&lt;BR /&gt;}&lt;BR /&gt;if (in.GetFrameType() != UMC::I_PICTURE) {&lt;BR /&gt;sts = UMC::UMC_ERR_NOT_ENOUGH_DATA;&lt;BR /&gt;continue;&lt;BR /&gt;}&lt;BR /&gt;out.SetTime(in.GetTime());&lt;BR /&gt;out.SetFrameType(in.GetFrameType());&lt;BR /&gt;sts = pVideoDecoder-&amp;gt;GetFrame(&amp;amp;in, &amp;amp;out);&lt;BR /&gt;while (sts == UMC::UMC_ERR_NOT_ENOUGH_DATA || sts == UMC::UMC_ERR_SYNC);&lt;BR /&gt;&lt;BR /&gt;With that continue statement the image becomes corrupted as in the attachement on the right.&lt;BR /&gt;Grabbing all frames however renders correct image as on the left.&lt;BR /&gt;&lt;BR /&gt;The video is MTS:&lt;BR /&gt;stream type: MPEGx&lt;BR /&gt;video track 0: H264 H264 1920x1080 YUV420 0bps 29.97fps 96.5286 seconds&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2010 11:42:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-decompress-every-I-PICTURE-without-image-corruption/m-p/786122#M2015</guid>
      <dc:creator>9ine</dc:creator>
      <dc:date>2010-11-15T11:42:07Z</dc:date>
    </item>
    <item>
      <title>How to decompress every I_PICTURE without image corruption?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-decompress-every-I-PICTURE-without-image-corruption/m-p/786123#M2016</link>
      <description>Hi 9ine, &lt;BR /&gt;&lt;BR /&gt;The bad image looks a kind of interlace image or half of framewas decompressed, other half frame are missed. Are you working on dual core machine? what version of the OS and the compiler ? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Fri, 19 Nov 2010 08:40:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-decompress-every-I-PICTURE-without-image-corruption/m-p/786123#M2016</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2010-11-19T08:40:00Z</dc:date>
    </item>
  </channel>
</rss>

