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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 53 ChannelSurroundRight = 5,
AudioBus.cpp 123 case ChannelSurroundRight: return channel(3);
133 case ChannelSurroundRight: return channel(4);
144 case ChannelSurroundRight: return channel(5);
354 const float* sourceSR = sourceBusSafe.channelByType(ChannelSurroundRight)->data();

Completed in 180 milliseconds