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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DelayProcessor.cpp 29 #include "modules/webaudio/DelayProcessor.h"
35 DelayProcessor::DelayProcessor(AudioContext* context, float sampleRate, unsigned numberOfChannels, double maxDelayTime)
42 DelayProcessor::~DelayProcessor()
48 PassOwnPtr<AudioDSPKernel> DelayProcessor::createKernel()
DelayProcessor.h 38 class DelayProcessor : public AudioDSPKernelProcessor {
40 DelayProcessor(AudioContext*, float sampleRate, unsigned numberOfChannels, double maxDelayTime);
41 virtual ~DelayProcessor();

Completed in 161 milliseconds