HomeSort by relevance Sort by last modified time
    Searched refs:maxDecibels (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.idl 31 // minDecibels / maxDecibels represent the range to scale the FFT analysis data for conversion to unsigned byte values.
33 [RaisesException=Setter] attribute double maxDecibels;
AnalyserNode.h 60 double maxDecibels() const { return m_analyser.maxDecibels(); }
RealtimeAnalyser.h 52 double maxDecibels() const { return m_maxDecibels; }
AnalyserNode.cpp 90 if (k < maxDecibels()) {
95 ExceptionMessages::indexExceedsMaximumBound("minDecibels", k, maxDecibels()));
106 ExceptionMessages::indexExceedsMinimumBound("maxDecibels", k, minDecibels()));

Completed in 142 milliseconds