Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc253 EXPECT_EQ(-1, WebRtc_AddFarSpectrumFloat(NULL, far_f_, spectrum_size_)); in TEST_F()
256 WebRtc_AddFarSpectrumFloat(farend_handle_, NULL, spectrum_size_)); in TEST_F()
257 EXPECT_EQ(-1, WebRtc_AddFarSpectrumFloat(farend_handle_, far_f_, in TEST_F()
392 EXPECT_EQ(0, WebRtc_AddFarSpectrumFloat(farend_handle_, kZerosFloat, in TEST_F()
396 WebRtc_AddFarSpectrumFloat(farend_handle_, far_f_, spectrum_size_)); in TEST_F()
434 0, WebRtc_AddFarSpectrumFloat(farend_handle_, far_f_, spectrum_size_)); in TEST_F()
Ddelay_estimator_wrapper.h72 int WebRtc_AddFarSpectrumFloat(void* handle,
Ddelay_estimator_wrapper.cc234 int WebRtc_AddFarSpectrumFloat(void* handle, in WebRtc_AddFarSpectrumFloat() function