Home
last modified time | relevance | path

Searched refs:destinationChannel (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DReverbConvolver.cpp178 void ReverbConvolver::process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t… in process() argument
180 …bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess &&… in process()
186 float* destination = destinationChannel->data(); in process()
DReverb.cpp161 AudioChannel* destinationChannel = destinationBus->channel(i); in process() local
162 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess); in process()
DReverbConvolver.h55 …void process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess…