OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 51 milliseconds