Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.cpp94 case ChannelRight: return channel(1); in channelByType()
101 case ChannelRight: return channel(1); in channelByType()
110 case ChannelRight: return channel(1); in channelByType()
120 case ChannelRight: return channel(1); in channelByType()
253 …const float* sourceR = numberOfSourceChannels > 1 ? sourceBusSafe.channelByType(ChannelRight)->dat… in processWithGainFromMonoStereo()
256 float* destinationR = numberOfDestinationChannels > 1 ? channelByType(ChannelRight)->data() : 0; in processWithGainFromMonoStereo()
DHRTFPanner.cpp151 …hannel* inputChannelR = numInputChannels > 1 ? inputBus->channelByType(AudioBus::ChannelRight) : 0; in pan()
157 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan()
DEqualPowerPanner.cpp65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan()
DAudioBus.h47 ChannelRight = 1, enumerator
DHRTFElevation.cpp119 AudioChannel* rightEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelRight); in calculateKernelsForAzimuthElevation()