HomeSort by relevance Sort by last modified time
    Searched refs:updateReadIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
ReverbAccumulationBuffer.h 53 void updateReadIndex(int* readIndex, size_t numberOfFrames) const;
ReverbAccumulationBuffer.cpp 75 void ReverbAccumulationBuffer::updateReadIndex(int* readIndex, size_t numberOfFrames) const
ReverbConvolverStage.cpp 144 m_accumulationBuffer->updateReadIndex(&m_accumulationReadIndex, framesToProcess);

Completed in 174 milliseconds