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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 124 void AnalyserNode::setSmoothingTimeConstant(float k, ExceptionState& exceptionState)
127 m_analyser.setSmoothingTimeConstant(k);
RealtimeAnalyser.h 56 void setSmoothingTimeConstant(float k) { m_smoothingTimeConstant = k; }

Completed in 27 milliseconds