OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_forwardContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/
FFTFrameOpenMAXDLAndroid.cpp
49
,
m_forwardContext
(0)
58
m_forwardContext
= contextForSize(m_log2FFTSize);
66
,
m_forwardContext
(0)
75
,
m_forwardContext
(0)
81
m_forwardContext
= contextForSize(m_log2FFTSize);
100
if (
m_forwardContext
)
101
free(
m_forwardContext
);
129
ASSERT(
m_forwardContext
);
131
if (
m_forwardContext
) {
134
omxSP_FFTFwd_RToCCS_F32(data, complexFFT.data(),
m_forwardContext
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp
93
,
m_forwardContext
(0)
102
m_forwardContext
= contextForSize(fftSize, DFT_R2C);
110
,
m_forwardContext
(0)
119
,
m_forwardContext
(0)
125
m_forwardContext
= contextForSize(m_FFTSize, DFT_R2C);
144
av_rdft_end(
m_forwardContext
);
185
av_rdft_calc(
m_forwardContext
, p);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h
125
RDFTContext*
m_forwardContext
;
147
OMXFFTSpec_R_F32*
m_forwardContext
;
Completed in 174 milliseconds