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

/external/webkit/Source/WebCore/webaudio/
H A DAudioChannelMerger.cpp76 unsigned outputChannelIndex = 0; local
85 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex);
88 ++outputChannelIndex;
93 ASSERT(outputChannelIndex == numberOfOutputChannels);

Completed in 77 milliseconds