Searched refs:ChannelSurroundLeft (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DAudioBus.h52 ChannelSurroundLeft = 4, enumerator in enum:WebCore::AudioBus::__anon10230
H A DAudioBus.cpp123 case ChannelSurroundLeft: return channel(2);
133 case ChannelSurroundLeft: return channel(3);
144 case ChannelSurroundLeft: return channel(4);
354 const float* sourceSL = sourceBusSafe.channelByType(ChannelSurroundLeft)->data();

Completed in 100 milliseconds