Home
last modified time | relevance | path

Searched refs:AllocCplxBuffer (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/common_audio/
Dreal_fourier_unittest.cc32 cplx = RealFourier::AllocCplxBuffer(3); in TEST()
61 cplx_buffer_(RealFourier::AllocCplxBuffer(3)) {} in RealFourierTest()
Dreal_fourier.h58 static fft_cplx_scoper AllocCplxBuffer(int count);
Dreal_fourier.cc46 RealFourier::fft_cplx_scoper RealFourier::AllocCplxBuffer(int count) { in AllocCplxBuffer() function in webrtc::RealFourier