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

  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.h 59 void setSmoothingTimeConstant(float k) { m_analyser.setSmoothingTimeConstant(k); }
RealtimeAnalyser.h 61 void setSmoothingTimeConstant(float k) { m_smoothingTimeConstant = k; }

Completed in 1110 milliseconds