HomeSort by relevance Sort by last modified time
    Searched refs:channelInterpretation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.idl 31 enum ChannelInterpretation {
51 [RaisesException=Setter] attribute ChannelInterpretation channelInterpretation;
AudioNode.h 176 String channelInterpretation();
180 AudioBus::ChannelInterpretation internalChannelInterpretation() const { return m_channelInterpretation; }
230 AudioBus::ChannelInterpretation m_channelInterpretation;
AudioNode.cpp 328 String AudioNode::channelInterpretation()
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp 220 void AudioBus::copyFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation)
232 switch (channelInterpretation) {
245 void AudioBus::sumFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation)
257 switch (channelInterpretation) {

Completed in 88 milliseconds