Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.cpp446 float totalDesiredGain = static_cast<float>(m_busGain * targetGain); in copyWithGainFrom() local
449 float gain = static_cast<float>(m_isFirstTime ? totalDesiredGain : *lastMixGain); in copyWithGainFrom()
458 float gainDiff = fabs(totalDesiredGain - gain); in copyWithGainFrom()
470 gain += (totalDesiredGain - gain) * DezipperRate; in copyWithGainFrom()
484 gain = totalDesiredGain; in copyWithGainFrom()