OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numberOfOutputs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h
124
unsigned
numberOfOutputs
() const { return m_outputs.size(); }
AudioContext.cpp
507
PassRefPtr<ChannelSplitterNode> AudioContext::createChannelSplitter(size_t
numberOfOutputs
, ExceptionState& es)
512
RefPtr<ChannelSplitterNode> node = ChannelSplitterNode::create(this, m_destinationNode->sampleRate(),
numberOfOutputs
);
820
unsigned
numberOfOutputs
= node->
numberOfOutputs
();
821
for (unsigned i = 0; i <
numberOfOutputs
; ++i)
Completed in 73 milliseconds