Home
last modified time | relevance | path

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

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