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