OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultFFTSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.h
69
static const unsigned
DefaultFFTSize
;
RealtimeAnalyser.cpp
49
const unsigned RealtimeAnalyser::
DefaultFFTSize
= 2048;
58
, m_fftSize(
DefaultFFTSize
)
59
, m_magnitudeBuffer(
DefaultFFTSize
/ 2)
64
m_analysisFrame = adoptPtr(new FFTFrame(
DefaultFFTSize
));
Completed in 260 milliseconds