Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.h163 float m_busGain; variable
DAudioBus.cpp61 , m_busGain(1) in AudioBus()
446 float totalDesiredGain = static_cast<float>(m_busGain * targetGain); in copyWithGainFrom()