OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_smoothingTimeConstant
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.h
61
void setSmoothingTimeConstant(float k) {
m_smoothingTimeConstant
= k; }
62
float smoothingTimeConstant() const { return static_cast<float>(
m_smoothingTimeConstant
); }
95
double
m_smoothingTimeConstant
;
RealtimeAnalyser.cpp
63
,
m_smoothingTimeConstant
(DefaultSmoothingTimeConstant)
183
double k =
m_smoothingTimeConstant
;
Completed in 590 milliseconds