Home
last modified time | relevance | path

Searched refs:WebRtc_DelayEstimatorProcessFloat (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc319 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(NULL, near_f_, in TEST_F()
322 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(handle_, NULL, in TEST_F()
324 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, in TEST_F()
327 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(tmp_handle, in TEST_F()
400 EXPECT_EQ(-2, WebRtc_DelayEstimatorProcessFloat(handle_, kZerosFloat, in TEST_F()
403 EXPECT_EQ(-2, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, in TEST_F()
437 last_delay = WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, in TEST_F()
Ddelay_estimator_wrapper.h219 int WebRtc_DelayEstimatorProcessFloat(void* handle,
Ddelay_estimator_wrapper.c446 int WebRtc_DelayEstimatorProcessFloat(void* handle, in WebRtc_DelayEstimatorProcessFloat() function
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c1359 int delay_estimate = WebRtc_DelayEstimatorProcessFloat( in ProcessBlock()