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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 49 ChannelCenter = 2, // center and mono are the same
AudioBus.cpp 134 case ChannelCenter: return channel(2);
144 case ChannelCenter: return channel(2);
355 const float* sourceC = sourceBusSafe.channelByType(ChannelCenter)->data();

Completed in 118 milliseconds