Searched refs:DelayProcessor (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DDelayProcessor.cpp29 #include "DelayProcessor.h"
35 DelayProcessor::DelayProcessor(AudioContext* context, float sampleRate, unsigned numberOfChannels, double maxDelayTime) function in class:WebCore::DelayProcessor
42 DelayProcessor::~DelayProcessor()
48 PassOwnPtr<AudioDSPKernel> DelayProcessor::createKernel()
H A DDelayProcessor.h38 class DelayProcessor : public AudioDSPKernelProcessor { class in namespace:WebCore
40 DelayProcessor(AudioContext*, float sampleRate, unsigned numberOfChannels, double maxDelayTime);
41 virtual ~DelayProcessor();
H A DDelayDSPKernel.h30 #include "DelayProcessor.h"
34 class DelayProcessor;
38 explicit DelayDSPKernel(DelayProcessor*);
62 DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); }
H A DDelayNode.h29 #include "DelayProcessor.h"
49 DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); }
H A DDelayNode.cpp42 m_processor = adoptPtr(new DelayProcessor(context, sampleRate, 1, maxDelayTime));
H A DDelayDSPKernel.cpp40 DelayDSPKernel::DelayDSPKernel(DelayProcessor* processor)

Completed in 65 milliseconds