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

  /external/webrtc/webrtc/common_audio/
real_fourier.h 55 static fft_real_scoper AllocRealBuffer(int count);
61 // AllocRealBuffer and AllocCplxBuffer) and input length must be
real_fourier.cc 46 RealFourier::fft_real_scoper RealFourier::AllocRealBuffer(int count) {
real_fourier_unittest.cc 27 real = RealFourier::AllocRealBuffer(3);
62 real_buffer_(RealFourier::AllocRealBuffer(4)),

Completed in 2290 milliseconds