HomeSort by relevance Sort by last modified time
    Searched refs:destinationChannel (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 178 void ReverbConvolver::process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess)
180 bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess && destinationChannel->length() >= framesToProcess;
186 float* destination = destinationChannel->data();
ReverbConvolver.h 55 void process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess);
Reverb.cpp 161 AudioChannel* destinationChannel = destinationBus->channel(i);
162 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess);

Completed in 38 milliseconds