HomeSort by relevance Sort by last modified time
    Searched full:outputchannelindex (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioChannelMerger.cpp 76 unsigned outputChannelIndex = 0;
85 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex);
88 ++outputChannelIndex;
93 ASSERT(outputChannelIndex == numberOfOutputChannels);

Completed in 206 milliseconds