Searched refs:m_lastGain (Results 1 – 6 of 6) sorted by relevance
39 , m_lastGain(1.0) in AudioGainNode()68 outputBus->copyWithGainFrom(*inputBus, &m_lastGain, gain()->value()); in process()81 m_lastGain = gain()->value(); in reset()
52 , m_lastGain(-1.0) in AudioPannerNode()115 if (m_lastGain == -1.0) in process()116 m_lastGain = totalGain; in process()119 destination->copyWithGainFrom(*destination, &m_lastGain, totalGain); in process()124 m_lastGain = -1.0; // force to snap to initial gain in reset()
60 , m_lastGain(1.0) in AudioBufferSourceNode()128 outputBus->copyWithGainFrom(*outputBus, &m_lastGain, totalGain); in process()342 m_lastGain = gain()->value(); in reset()
60 double m_lastGain; // for de-zippering variable
129 double m_lastGain; variable
141 double m_lastGain; variable