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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp 107 if (channelType == ChannelMono || channelType == ChannelLeft)
113 case ChannelLeft: return channel(0);
120 case ChannelLeft: return channel(0);
129 case ChannelLeft: return channel(0);
139 case ChannelLeft: return channel(0);
285 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data();
288 float* destination = channelByType(ChannelLeft)->mutableData();
327 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data();
330 float* destination = channelByType(ChannelLeft)->mutableData();
350 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data()
    [all...]
AudioBus.h 47 ChannelLeft = 0,
EqualPowerPanner.cpp 68 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->mutableData();
HRTFPanner.cpp 156 const AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::ChannelLeft);
162 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->mutableData();
HRTFElevation.cpp 173 AudioChannel* leftEarImpulseResponse = response->channel(AudioBus::ChannelLeft);
193 AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelLeft);

Completed in 453 milliseconds