Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dreal_fourier_unittest.cc34 cplx = RealFourier::AllocCplxBuffer(3); in TEST()
63 cplx_buffer_(RealFourier::AllocCplxBuffer(3)) {} in RealFourierTest()
Dreal_fourier.h56 static fft_cplx_scoper AllocCplxBuffer(int count);
Dreal_fourier.cc51 RealFourier::fft_cplx_scoper RealFourier::AllocCplxBuffer(int count) { in AllocCplxBuffer() function in webrtc::RealFourier