OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxDecibels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.h
59
float
maxDecibels
() const { return m_analyser.
maxDecibels
(); }
RealtimeAnalyser.h
55
float
maxDecibels
() const { return static_cast<float>(m_maxDecibels); }
Completed in 33 milliseconds