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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h 180 AudioBus::ChannelInterpretation internalChannelInterpretation() const { return m_channelInterpretation; }
232 AudioBus::ChannelInterpretation m_channelInterpretation;
DefaultAudioDestinationNode.cpp 47 m_channelInterpretation = AudioBus::Speakers;
AudioNode.cpp 59 , m_channelInterpretation(AudioBus::Speakers)
257 switch (m_channelInterpretation) {
273 m_channelInterpretation = AudioBus::Speakers;
275 m_channelInterpretation = AudioBus::Discrete;
ConvolverNode.cpp 59 m_channelInterpretation = AudioBus::Speakers;
PannerNode.cpp 63 m_channelInterpretation = AudioBus::Speakers;

Completed in 488 milliseconds