HomeSort by relevance Sort by last modified time
    Searched defs:m_readIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
ReverbAccumulationBuffer.h 48 // a different thread than the realtime thread calling ReadAndClear() and maintaining m_readIndex
52 size_t readIndex() const { return m_readIndex; }
61 size_t m_readIndex;
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.h 112 // m_readIndex is a sample-frame index into our buffer representing the current playback position.
113 unsigned m_readIndex;

Completed in 329 milliseconds