Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DChannelMergerNode.cpp87 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex); in process() local
88 outputChannel->copyFrom(inputChannel); in process()