OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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