Searched refs:channelByType (Results 1 – 6 of 6) sorted by relevance
150 AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::ChannelLeft); in pan()151 …AudioChannel* inputChannelR = numInputChannels > 1 ? inputBus->channelByType(AudioBus::ChannelRigh… in pan()156 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->data(); in pan()157 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan()
79 AudioChannel* AudioBus::channelByType(unsigned channelType) in channelByType() function in WebCore::AudioBus252 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in processWithGainFromMonoStereo()253 …const float* sourceR = numberOfSourceChannels > 1 ? sourceBusSafe.channelByType(ChannelRight)->dat… in processWithGainFromMonoStereo()255 float* destinationL = channelByType(ChannelLeft)->data(); in processWithGainFromMonoStereo()256 float* destinationR = numberOfDestinationChannels > 1 ? channelByType(ChannelRight)->data() : 0; in processWithGainFromMonoStereo()
64 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->data(); in pan()65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan()
118 AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelLeft); in calculateKernelsForAzimuthElevation()119 AudioChannel* rightEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelRight); in calculateKernelsForAzimuthElevation()
73 AudioChannel* channelByType(unsigned type);
62328 (WebCore::AudioBus::channelByType):