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

  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.idl 38 attribute float smoothingTimeConstant;
RealtimeAnalyserNode.h 60 float smoothingTimeConstant() const { return m_analyser.smoothingTimeConstant(); }
RealtimeAnalyser.h 62 float smoothingTimeConstant() const { return static_cast<float>(m_smoothingTimeConstant); }

Completed in 59 milliseconds