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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverb.cpp163 const AudioChannel* sourceChannelR = sourceBus->channel(1); local
166 m_convolvers[1]->process(sourceChannelR, destinationChannelR, framesToProcess);
189 const AudioChannel* sourceChannelR = sourceBus->channel(1); local
200 m_convolvers[2]->process(sourceChannelR, tempChannelL, framesToProcess);
201 m_convolvers[3]->process(sourceChannelR, tempChannelR, framesToProcess);

Completed in 1038 milliseconds