Home
last modified time | relevance | path

Searched refs:targetGain (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.cpp411 void AudioBus::copyWithGainFrom(const AudioBus &sourceBus, float* lastMixGain, float targetGain) in copyWithGainFrom() argument
430 if (this == &sourceBus && *lastMixGain == targetGain && targetGain == 1) in copyWithGainFrom()
446 float totalDesiredGain = static_cast<float>(m_busGain * targetGain); in copyWithGainFrom()
DAudioBus.h136 void copyWithGainFrom(const AudioBus &sourceBus, float* lastMixGain, float targetGain);