Searched refs:targetGain (Results 1 – 2 of 2) sorted by relevance
411 void AudioBus::copyWithGainFrom(const AudioBus &sourceBus, float* lastMixGain, float targetGain) in copyWithGainFrom() argument430 if (this == &sourceBus && *lastMixGain == targetGain && targetGain == 1) in copyWithGainFrom()446 float totalDesiredGain = static_cast<float>(m_busGain * targetGain); in copyWithGainFrom()
136 void copyWithGainFrom(const AudioBus &sourceBus, float* lastMixGain, float targetGain);