HomeSort by relevance Sort by last modified time
    Searched refs:m_busGain (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 133 // We scale by targetGain (and our own internal gain m_busGain), performing "de-zippering" to smoothly change from *lastMixGain to (targetGain*m_busGain).
163 float m_busGain;
AudioBus.cpp 64 , m_busGain(1)
449 float totalDesiredGain = static_cast<float>(m_busGain * targetGain);

Completed in 2651 milliseconds