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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 52 ChannelSurroundLeft = 4,
AudioBus.cpp 125 case ChannelSurroundLeft: return channel(2);
135 case ChannelSurroundLeft: return channel(3);
146 case ChannelSurroundLeft: return channel(4);
356 const float* sourceSL = sourceBusSafe.channelByType(ChannelSurroundLeft)->data();

Completed in 3480 milliseconds