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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp 61 , m_accumulationBuffer(impulseResponse->length() + renderSliceSize)
98 OwnPtr<ReverbConvolverStage> stage = adoptPtr(new ReverbConvolverStage(response, totalResponseLength, reverbTotalLatency, stageOffset, stageSize, fftSize, renderPhase, renderSliceSize, &m_accumulationBuffer, useDirectConvolver));
175 m_accumulationBuffer.readAndClear(destination, framesToProcess);
190 m_accumulationBuffer.reset();
ReverbConvolver.h 73 ReverbAccumulationBuffer m_accumulationBuffer;
ReverbConvolverStage.h 69 ReverbAccumulationBuffer* m_accumulationBuffer;
ReverbConvolverStage.cpp 47 : m_accumulationBuffer(accumulationBuffer)
143 m_accumulationBuffer->updateReadIndex(&m_accumulationReadIndex, framesToProcess);
154 m_accumulationBuffer->accumulate(temporaryBuffer, framesToProcess, &m_accumulationReadIndex, m_postDelayLength);

Completed in 23 milliseconds