OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fftSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.h
43
size_t fftSize() const { return
m_fftSize
; }
46
unsigned frequencyBinCount() const { return
m_fftSize
/ 2; }
79
size_t
m_fftSize
;
RealtimeAnalyser.cpp
58
,
m_fftSize
(DefaultFFTSize)
78
if (
m_fftSize
!= size) {
82
m_fftSize
= size;
Completed in 588 milliseconds