OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxDecibels
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.idl
33
// minDecibels /
maxDecibels
represent the range to scale the FFT analysis data for conversion to unsigned byte values.
35
attribute float
maxDecibels
;
RealtimeAnalyserNode.h
57
float
maxDecibels
() const { return m_analyser.
maxDecibels
(); }
RealtimeAnalyser.h
59
float
maxDecibels
() const { return static_cast<float>(m_maxDecibels); }
Completed in 427 milliseconds