Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.cpp217 void AudioBus::copyFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation) in copyFrom() argument
229 switch (channelInterpretation) { in copyFrom()
242 void AudioBus::sumFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation) in sumFrom() argument
254 switch (channelInterpretation) { in sumFrom()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioNode.h177 String channelInterpretation();
DAudioNode.idl37 [RaisesException=Setter] attribute DOMString channelInterpretation;
DAudioNode.cpp321 String AudioNode::channelInterpretation() in channelInterpretation() function in WebCore::AudioNode