HomeSort by relevance Sort by last modified time
    Searched full:frequencybincount (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.idl 31 readonly attribute unsigned long frequencyBinCount;
41 // If the array has fewer elements than the frequencyBinCount, the excess elements will be dropped.
RealtimeAnalyserNode.h 51 unsigned frequencyBinCount() const { return m_analyser.frequencyBinCount(); }
RealtimeAnalyser.h 53 unsigned frequencyBinCount() const { return m_fftSize / 2; }

Completed in 591 milliseconds