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

  /external/webkit/Source/WebCore/webaudio/
BiquadDSPKernel.cpp 43 double value1 = biquadProcessor()->parameter1()->smoothedValue();
44 double value2 = biquadProcessor()->parameter2()->smoothedValue();
AudioParam.h 76 float smoothedValue() const { return static_cast<float>(m_smoothedValue); }

Completed in 32 milliseconds