OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frequencybincount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.idl
29
readonly attribute unsigned long
frequencyBinCount
;
39
// If the array has fewer elements than the
frequencyBinCount
, the excess elements will be dropped.
AnalyserNode.h
53
unsigned
frequencyBinCount
() const { return m_analyser.
frequencyBinCount
(); }
RealtimeAnalyser.h
48
unsigned
frequencyBinCount
() const { return m_fftSize / 2; }
Completed in 44 milliseconds