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

/external/webkit/Source/WebCore/platform/audio/
H A DReverb.cpp183 AudioChannel* tempChannelL = m_tempBuffer->channel(0); local
191 m_convolvers[2]->process(sourceChannelR, tempChannelL, framesToProcess);
200 AudioChannel* tempChannelL = m_tempBuffer->channel(0); local
208 m_convolvers[2]->process(sourceChannelL, tempChannelL, framesToProcess);

Completed in 75 milliseconds