OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_fft_real
(Results
1 - 3
of
3
) sorted by null
/system/media/audio_utils/include/audio_utils/
fixedfft.h
28
extern void
fixed_fft_real
(int n, int32_t *v);
/system/media/audio_utils/
fixedfft.cpp
145
void
fixed_fft_real
(int n, int32_t *v)
function
/frameworks/av/media/libmedia/
Visualizer.cpp
313
fixed_fft_real
(mCaptureSize >> 1, workspace);
Completed in 63 milliseconds