/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
ReverbConvolverStage.h | 44 // A ReverbConvolverStage represents the convolution associated with a sub-section of a large impulse response. 46 class PLATFORM_EXPORT ReverbConvolverStage { 47 WTF_MAKE_NONCOPYABLE(ReverbConvolverStage); 51 ReverbConvolverStage(const float* impulseResponse, size_t responseLength, size_t reverbTotalLatency, size_t stageOffset, size_t stageLength, size_t fftSize, size_t renderPhase, size_t renderSliceSize, ReverbAccumulationBuffer*, bool directMode = false);
|
ReverbConvolver.h | 36 #include "platform/audio/ReverbConvolverStage.h" 69 Vector<OwnPtr<ReverbConvolverStage> > m_stages; 70 Vector<OwnPtr<ReverbConvolverStage> > m_backgroundStages;
|
ReverbConvolverStage.cpp | 33 #include "platform/audio/ReverbConvolverStage.h" 45 ReverbConvolverStage::ReverbConvolverStage(const float* impulseResponse, size_t, size_t reverbTotalLatency, size_t stageOffset, size_t stageLength, 96 void ReverbConvolverStage::processInBackground(ReverbConvolver* convolver, size_t framesToProcess) 103 void ReverbConvolverStage::process(const float* source, size_t framesToProcess) 170 void ReverbConvolverStage::reset()
|
ReverbConvolver.cpp | 98 OwnPtr<ReverbConvolverStage> stage = adoptPtr(new ReverbConvolverStage(response, totalResponseLength, reverbTotalLatency, stageOffset, stageSize, fftSize, renderPhase, renderSliceSize, &m_accumulationBuffer, useDirectConvolver));
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 126 third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 125 third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 125 third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 126 third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 125 third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 125 third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \ [all...] |