HomeSort by relevance Sort by last modified time
    Searched refs:m_forwardContext (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/android/
FFTFrameOpenMAXDLAndroid.cpp 50 , m_forwardContext(0)
57 m_forwardContext = contextForSize(m_log2FFTSize);
65 , m_forwardContext(0)
76 , m_forwardContext(0)
80 m_forwardContext = contextForSize(m_log2FFTSize);
99 if (m_forwardContext)
100 free(m_forwardContext);
107 ASSERT(m_forwardContext);
109 if (m_forwardContext) {
112 omxSP_FFTFwd_RToCCS_F32(data, complexFFT.data(), m_forwardContext);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp 57 , m_forwardContext(0)
64 m_forwardContext = contextForSize(fftSize, DFT_R2C);
72 , m_forwardContext(0)
83 , m_forwardContext(0)
87 m_forwardContext = contextForSize(m_FFTSize, DFT_R2C);
106 av_rdft_end(m_forwardContext);
117 av_rdft_calc(m_forwardContext, p);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h 104 RDFTContext* m_forwardContext;
115 OMXFFTSpec_R_F32* m_forwardContext;

Completed in 155 milliseconds