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

/external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
H A DFFTFrameOpenMAXDLAndroid.cpp57 m_forwardContext = contextForSize(m_log2FFTSize);
58 m_inverseContext = contextForSize(m_log2FFTSize);
80 m_forwardContext = contextForSize(m_log2FFTSize);
81 m_inverseContext = contextForSize(m_log2FFTSize);
188 OMXFFTSpec_R_F32* FFTFrame::contextForSize(unsigned log2FFTSize) function in class:WebCore::FFTFrame
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp100 m_forwardContext = contextForSize(fftSize, DFT_R2C);
101 m_inverseContext = contextForSize(fftSize, IDFT_C2R);
123 m_forwardContext = contextForSize(m_FFTSize, DFT_R2C);
124 m_inverseContext = contextForSize(m_FFTSize, IDFT_C2R);
236 RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans) function in class:WebCore::FFTFrame
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DFFTFrame.h123 static RDFTContext* contextForSize(unsigned fftSize, int trans);
145 static OMXFFTSpec_R_F32* contextForSize(unsigned log2FFTSize);

Completed in 82 milliseconds