<?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 HOt to UnLockInputBuffer ? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/HOt-to-UnLockInputBuffer/m-p/912511#M14404</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I uses DataReader, Spiltter, and Decoder. But I don't want to have Render. The Audio Media Buffer is created as LinearBuffer. and Decoder is DSAudioCodec. I called DSAudioCodec-&amp;gt;LockInputBuffer, after data moved into decoder buffer, I called DSAudioCodec-&amp;gt;UnLockInputBuffer. Everything works ok. But after a while, the InputBuffer is full. It seems to me DSAudioCodec-&amp;gt;UnlockInputBuffer still keeps the SampleList and Buffer is still on hold. I guess it is freeed after Rendering. But I use other way to rendering. So there is any way to release LinearBuffer for the inputBuffer.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2010 21:41:02 GMT</pubDate>
    <dc:creator>dzhou_tac</dc:creator>
    <dc:date>2010-01-13T21:41:02Z</dc:date>
    <item>
      <title>HOt to UnLockInputBuffer ?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HOt-to-UnLockInputBuffer/m-p/912511#M14404</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I uses DataReader, Spiltter, and Decoder. But I don't want to have Render. The Audio Media Buffer is created as LinearBuffer. and Decoder is DSAudioCodec. I called DSAudioCodec-&amp;gt;LockInputBuffer, after data moved into decoder buffer, I called DSAudioCodec-&amp;gt;UnLockInputBuffer. Everything works ok. But after a while, the InputBuffer is full. It seems to me DSAudioCodec-&amp;gt;UnlockInputBuffer still keeps the SampleList and Buffer is still on hold. I guess it is freeed after Rendering. But I use other way to rendering. So there is any way to release LinearBuffer for the inputBuffer.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2010 21:41:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HOt-to-UnLockInputBuffer/m-p/912511#M14404</guid>
      <dc:creator>dzhou_tac</dc:creator>
      <dc:date>2010-01-13T21:41:02Z</dc:date>
    </item>
    <item>
      <title>HOt to UnLockInputBuffer ?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HOt-to-UnLockInputBuffer/m-p/912512#M14405</link>
      <description>&lt;P&gt;Hello david,&lt;/P&gt;
&lt;P&gt;Seeingfrom the UMC documentation, the linearBuffer sizeare set by the Init() method and cannot be changed . The object tracks amount of free or filled bytes, and provides appropriate pointers to callers. If available amount of bytes is less than the required amount, the object immediately returns one of predefined&lt;BR /&gt;return values. So the caller code has to organize a special waiting code around an object&lt;BR /&gt;call. Despite the set reading and writing granulations, the object returns the entire amount&lt;BR /&gt;of bytes available for reading or writing. The granulations values have a meaning of&lt;BR /&gt;minimal acceptable values.&lt;/P&gt;
&lt;P&gt;"After a while, the InputBuffer is full". So does it mean the read data into buffer too much, but no datawrite out? How about increate the Buffer size? or check the data writeout-in pipeline so the buffer is always ok as pseudo-infinite region?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2010 07:42:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HOt-to-UnLockInputBuffer/m-p/912512#M14405</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2010-01-14T07:42:53Z</dc:date>
    </item>
  </channel>
</rss>

