Home
last modified time | relevance | path

Searched defs:setSmoothingTimeConstant (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAnalyserNode.cpp105 void AnalyserNode::setSmoothingTimeConstant(double k, ExceptionState& exceptionState) in setSmoothingTimeConstant() function in WebCore::AnalyserNode
DRealtimeAnalyser.h54 void setSmoothingTimeConstant(double k) { m_smoothingTimeConstant = k; } in setSmoothingTimeConstant() function