OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxFFTSize
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/webaudio/
ConvolverNode.cpp
43
const size_t
MaxFFTSize
= 16384;
136
OwnPtr<Reverb> reverb = adoptPtr(new Reverb(&bufferBus, AudioNode::ProcessingSizeInFrames,
MaxFFTSize
, 2, useBackgroundThreads));
RealtimeAnalyser.h
78
static const unsigned
MaxFFTSize
;
RealtimeAnalyser.cpp
55
const unsigned RealtimeAnalyser::
MaxFFTSize
= 2048;
56
const unsigned RealtimeAnalyser::InputBufferSize = RealtimeAnalyser::
MaxFFTSize
* 2;
89
if (!isPOT || size >
MaxFFTSize
) {
Completed in 401 milliseconds