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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolverStage.cpp 48 , m_accumulationReadIndex(0)
143 m_accumulationBuffer->updateReadIndex(&m_accumulationReadIndex, framesToProcess);
154 m_accumulationBuffer->accumulate(temporaryBuffer, framesToProcess, &m_accumulationReadIndex, m_postDelayLength);
177 m_accumulationReadIndex = 0;
ReverbConvolverStage.h 70 int m_accumulationReadIndex;

Completed in 35 milliseconds