Home
last modified time | relevance | path

Searched refs:ChannelLeft (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.cpp107 if (channelType == ChannelMono || channelType == ChannelLeft) in channelByType()
113 case ChannelLeft: return channel(0); in channelByType()
120 case ChannelLeft: return channel(0); in channelByType()
129 case ChannelLeft: return channel(0); in channelByType()
139 case ChannelLeft: return channel(0); in channelByType()
285 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in speakersCopyFrom()
288 float* destination = channelByType(ChannelLeft)->mutableData(); in speakersCopyFrom()
327 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in speakersSumFrom()
330 float* destination = channelByType(ChannelLeft)->mutableData(); in speakersSumFrom()
350 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in speakersSumFrom5_1_ToMono()
[all …]
DHRTFPanner.cpp156 const AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::ChannelLeft); in pan()
162 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->mutableData(); in pan()
DAudioBus.h47 ChannelLeft = 0, enumerator
DHRTFElevation.cpp173 AudioChannel* leftEarImpulseResponse = response->channel(AudioBus::ChannelLeft); in calculateKernelsForAzimuthElevation()
193 AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelLeft); in calculateKernelsForAzimuthElevation()
DEqualPowerPanner.cpp68 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->mutableData(); in pan()