Searched refs:ChannelRight (Results 1 – 5 of 5) sorted by relevance
94 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()
151 …hannel* inputChannelR = numInputChannels > 1 ? inputBus->channelByType(AudioBus::ChannelRight) : 0; in pan()157 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan()
65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan()
47 ChannelRight = 1, enumerator
119 AudioChannel* rightEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelRight); in calculateKernelsForAzimuthElevation()