Searched refs:resetSmoothedValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DBiquadProcessor.cpp89 m_parameter1->resetSmoothedValue();
90 m_parameter2->resetSmoothedValue();
91 m_parameter3->resetSmoothedValue();
92 m_parameter4->resetSmoothedValue();
H A DAudioParam.h79 void resetSmoothedValue() { m_smoothedValue = m_value; } function in class:blink::FINAL
H A DOscillatorNode.cpp162 m_frequency->resetSmoothedValue();
163 m_detune->resetSmoothedValue();

Completed in 72 milliseconds