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

  /external/webrtc/webrtc/common_audio/
real_fourier.h 56 static fft_cplx_scoper AllocCplxBuffer(int count);
61 // AllocRealBuffer and AllocCplxBuffer) and input length must be
real_fourier.cc 51 RealFourier::fft_cplx_scoper RealFourier::AllocCplxBuffer(int count) {
real_fourier_unittest.cc 34 cplx = RealFourier::AllocCplxBuffer(3);
63 cplx_buffer_(RealFourier::AllocCplxBuffer(3)) {}

Completed in 441 milliseconds