Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DChannelMergerNode.cpp78 unsigned outputChannelIndex = 0; in process() local
87 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex); in process()
90 ++outputChannelIndex; in process()
95 ASSERT(outputChannelIndex == output->numberOfChannels()); in process()