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

  /external/webkit/Source/WebCore/platform/audio/
ReverbAccumulationBuffer.h 44 void readAndClear(float* destination, size_t numberOfFrames);
48 // a different thread than the realtime thread calling ReadAndClear() and maintaining m_readIndex
ReverbAccumulationBuffer.cpp 48 void ReverbAccumulationBuffer::readAndClear(float* destination, size_t numberOfFrames)
ReverbConvolver.cpp 200 m_accumulationBuffer.readAndClear(destination, framesToProcess);

Completed in 75 milliseconds