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

  /external/webkit/Source/WebCore/webaudio/
BiquadProcessor.cpp 104 m_parameter1->resetSmoothedValue();
105 m_parameter2->resetSmoothedValue();
106 m_parameter3->resetSmoothedValue();
AudioParam.h 82 void resetSmoothedValue() { m_smoothedValue = m_value; }

Completed in 40 milliseconds