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

  /external/webkit/Source/WebCore/webaudio/
DelayProcessor.cpp 29 #include "DelayProcessor.h"
35 DelayProcessor::DelayProcessor(double sampleRate, unsigned numberOfChannels)
41 DelayProcessor::~DelayProcessor()
47 PassOwnPtr<AudioDSPKernel> DelayProcessor::createKernel()
DelayProcessor.h 38 class DelayProcessor : public AudioDSPKernelProcessor {
40 DelayProcessor(double sampleRate, unsigned numberOfChannels);
41 virtual ~DelayProcessor();

Completed in 164 milliseconds