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/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.cpp
54
const unsigned RealtimeAnalyser::
DefaultFFTSize
= 2048;
61
, m_fftSize(
DefaultFFTSize
)
62
, m_magnitudeBuffer(
DefaultFFTSize
/ 2)
67
m_analysisFrame = adoptPtr(new FFTFrame(
DefaultFFTSize
));
171
size_t n =
DefaultFFTSize
/ 2;
180
const double MagnitudeScale = 1.0 /
DefaultFFTSize
;
RealtimeAnalyser.h
77
static const unsigned
DefaultFFTSize
;
Completed in 28 milliseconds