Searched refs:m_forwardContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/
H A DFFTFrameOpenMAXDLAndroid.cpp49 , 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/
H A DFFTFrameFFMPEG.cpp93 , 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/
H A DFFTFrame.h125 RDFTContext* m_forwardContext; member in class:WebCore::FFTFrame
147 OMXFFTSpec_R_F32* m_forwardContext; member in class:WebCore::FFTFrame

Completed in 116 milliseconds