Home
last modified time | relevance | path

Searched defs:numberOfOutputChannels (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DScriptProcessorNode.cpp59 …oat sampleRate, size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfOutputChannels) in create()
90 …oat sampleRate, size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfOutputChannels) in ScriptProcessorNode()
191 unsigned numberOfOutputChannels = outputBus->numberOfChannels(); in process() local
DChannelMergerNode.cpp113 unsigned numberOfOutputChannels = 0; in checkNumberOfChannelsForInput() local
DAudioContext.cpp370 …iptProcessor(size_t bufferSize, size_t numberOfInputChannels, size_t numberOfOutputChannels, Excep… in createScriptProcessor()
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioDestination.cpp48 …const String& inputDeviceId, unsigned numberOfInputChannels, unsigned numberOfOutputChannels, floa… in create()
53 …const String& inputDeviceId, unsigned numberOfInputChannels, unsigned numberOfOutputChannels, floa… in AudioDestination()