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

/external/webkit/Source/WebCore/platform/audio/
H A DReverb.cpp145 AudioChannel* sourceChannelL = sourceBus->channel(0); local
156 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
162 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess);
166 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
177 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
187 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
188 m_convolvers[1]->process(sourceChannelL, destinationChannelR, framesToProcess);
204 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
205 m_convolvers[1]->process(sourceChannelL, destinationChannelR, framesToProcess);
208 m_convolvers[2]->process(sourceChannelL, tempChannel
[all...]

Completed in 57 milliseconds