Searched defs:DelayProcessor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DDelayProcessor.cpp29 #include "DelayProcessor.h"
35 DelayProcessor::DelayProcessor(double sampleRate, unsigned numberOfChannels) function in class:WebCore::DelayProcessor
41 DelayProcessor::~DelayProcessor()
47 PassOwnPtr<AudioDSPKernel> DelayProcessor::createKernel()
H A DDelayProcessor.h38 class DelayProcessor : public AudioDSPKernelProcessor { class in namespace:WebCore
40 DelayProcessor(double sampleRate, unsigned numberOfChannels);
41 virtual ~DelayProcessor();

Completed in 54 milliseconds