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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 70 int WebRtc_AddFarSpectrumFloat(void* handle,
delay_estimator_unittest.cc 248 // WebRtc_AddFarSpectrumFloat() should return -1 if we have:
252 EXPECT_EQ(-1, WebRtc_AddFarSpectrumFloat(NULL, far_f_, spectrum_size_));
254 EXPECT_EQ(-1, WebRtc_AddFarSpectrumFloat(farend_handle_, NULL,
256 EXPECT_EQ(-1, WebRtc_AddFarSpectrumFloat(farend_handle_, far_f_,
394 EXPECT_EQ(0, WebRtc_AddFarSpectrumFloat(farend_handle_, kZerosFloat,
397 EXPECT_EQ(0, WebRtc_AddFarSpectrumFloat(farend_handle_, far_f_,
435 EXPECT_EQ(0, WebRtc_AddFarSpectrumFloat(farend_handle_, far_f_,
delay_estimator_wrapper.c 231 int WebRtc_AddFarSpectrumFloat(void* handle,
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c     [all...]

Completed in 41 milliseconds