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/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.h
54
void setSmoothingTimeConstant(double k) {
m_smoothingTimeConstant
= k; }
55
double smoothingTimeConstant() const { return
m_smoothingTimeConstant
; }
88
double
m_smoothingTimeConstant
;
RealtimeAnalyser.cpp
60
,
m_smoothingTimeConstant
(DefaultSmoothingTimeConstant)
181
double k =
m_smoothingTimeConstant
;
Completed in 29 milliseconds