Searched refs:sourceChannelR (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DReverb.cpp154 AudioChannel* sourceChannelR = sourceBus->channel(1); local
157 m_convolvers[1]->process(sourceChannelR, destinationChannelR, framesToProcess);
180 AudioChannel* sourceChannelR = sourceBus->channel(1); local
191 m_convolvers[2]->process(sourceChannelR, tempChannelL, framesToProcess);
192 m_convolvers[3]->process(sourceChannelR, tempChannelR, framesToProcess);

Completed in 53 milliseconds