Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.cpp125 case ChannelSurroundLeft: return channel(2); in channelByType()
135 case ChannelSurroundLeft: return channel(3); in channelByType()
146 case ChannelSurroundLeft: return channel(4); in channelByType()
356 const float* sourceSL = sourceBusSafe.channelByType(ChannelSurroundLeft)->data(); in speakersSumFrom5_1_ToMono()
DAudioBus.h52 ChannelSurroundLeft = 4, enumerator