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

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

Completed in 183 milliseconds