HomeSort by relevance Sort by last modified time
    Searched refs:minDecibels (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.
34 attribute float minDecibels;
RealtimeAnalyserNode.h 54 float minDecibels() const { return m_analyser.minDecibels(); }
RealtimeAnalyser.h 56 float minDecibels() const { return static_cast<float>(m_minDecibels); }

Completed in 1983 milliseconds