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/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.h
57
float
maxDecibels
() const { return m_analyser.
maxDecibels
(); }
RealtimeAnalyser.h
59
float
maxDecibels
() const { return static_cast<float>(m_maxDecibels); }
Completed in 1836 milliseconds