<?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: mpeg4 stream decoding from memory in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/mpeg4-stream-decoding-from-memory/m-p/915623#M15079</link>
    <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hi, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Some suggestion from our media experts: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;In this case, user can avoid using splitter at all.The user just need to initialize properly the MediaData *in before call GetFrame().&lt;BR /&gt;Mainly he need to setup buffer and size using SetBufferPointer(Ipp8u *ptr, vm_sizet bytes) method.&lt;BR /&gt;&lt;BR /&gt;For example, The applicationhas in memory decoded frame (FramePtr is pointer to it and FrameSize is the size of encoded frame)&lt;BR /&gt;&lt;BR /&gt;MediaData in, out;&lt;BR /&gt;Ipp8u* FramePtr;&lt;BR /&gt;vm_sizet FrameSize;&lt;BR /&gt;....&lt;BR /&gt;in.SetBufferPointer(FramePtr, FrameSize);&lt;BR /&gt;decoder.GetFrame(&amp;amp;in, &amp;amp;out);&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/FONT&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2006 11:40:02 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2006-07-31T11:40:02Z</dc:date>
    <item>
      <title>mpeg4 stream decoding from memory</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/mpeg4-stream-decoding-from-memory/m-p/915622#M15078</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;Hi!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;I would like to decode mpeg4 video stream. The stream come from a camera and it is stored in the memory. After I've decoded itI will get another part of the stream from the camera. I can decode an mpeg4 avi file with the modified MJPEG sample code, but I don't know how to decode a stream from the memory. FIOReader reads from a file, but I don't know how to init datareader to read from memory. Do I have to use avisplitter or mpeg4splitter?etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Thanks in advance,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;Bendeguy&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2006 18:00:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/mpeg4-stream-decoding-from-memory/m-p/915622#M15078</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-07-19T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: mpeg4 stream decoding from memory</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/mpeg4-stream-decoding-from-memory/m-p/915623#M15079</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hi, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Some suggestion from our media experts: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;In this case, user can avoid using splitter at all.The user just need to initialize properly the MediaData *in before call GetFrame().&lt;BR /&gt;Mainly he need to setup buffer and size using SetBufferPointer(Ipp8u *ptr, vm_sizet bytes) method.&lt;BR /&gt;&lt;BR /&gt;For example, The applicationhas in memory decoded frame (FramePtr is pointer to it and FrameSize is the size of encoded frame)&lt;BR /&gt;&lt;BR /&gt;MediaData in, out;&lt;BR /&gt;Ipp8u* FramePtr;&lt;BR /&gt;vm_sizet FrameSize;&lt;BR /&gt;....&lt;BR /&gt;in.SetBufferPointer(FramePtr, FrameSize);&lt;BR /&gt;decoder.GetFrame(&amp;amp;in, &amp;amp;out);&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/FONT&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/mpeg4-stream-decoding-from-memory/m-p/915623#M15079</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2006-07-31T11:40:02Z</dc:date>
    </item>
  </channel>
</rss>

