Searched refs:m_lastGain (Results 1 – 6 of 6) sorted by relevance
39 , m_lastGain(1.0) in GainNode()77 outputBus->copyWithGainFrom(*inputBus, &m_lastGain, gain()->value()); in process()85 m_lastGain = gain()->value(); in reset()
52 , m_lastGain(-1.0) in PannerNode()124 if (m_lastGain == -1.0) in process()125 m_lastGain = totalGain; in process()128 destination->copyWithGainFrom(*destination, &m_lastGain, totalGain); in process()137 m_lastGain = -1.0; // force to snap to initial gain in reset()
63 float m_lastGain; // for de-zippering variable
68 , m_lastGain(1.0) in AudioBufferSourceNode()138 outputBus->copyWithGainFrom(*outputBus, &m_lastGain, totalGain); in process()337 m_lastGain = gain()->value(); in reset()
139 float m_lastGain; variable
154 float m_lastGain; variable