Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc321 WebRtc_DelayEstimatorProcessFloat(NULL, near_f_, spectrum_size_)); in TEST_F()
324 WebRtc_DelayEstimatorProcessFloat(handle_, NULL, spectrum_size_)); in TEST_F()
325 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, in TEST_F()
328 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(tmp_handle, near_f_, in TEST_F()
398 EXPECT_EQ(-2, WebRtc_DelayEstimatorProcessFloat(handle_, kZerosFloat, in TEST_F()
402 -2, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, spectrum_size_)); in TEST_F()
436 WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, spectrum_size_); in TEST_F()
Ddelay_estimator_wrapper.h221 int WebRtc_DelayEstimatorProcessFloat(void* handle,
Ddelay_estimator_wrapper.cc448 int WebRtc_DelayEstimatorProcessFloat(void* handle, in WebRtc_DelayEstimatorProcessFloat() function