Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h86 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend(
Ddelay_estimator_unittest.cc96 binary_farend_ = WebRtc_CreateBinaryDelayEstimatorFarend(kHistorySize); in SetUp()
483 binary = WebRtc_CreateBinaryDelayEstimatorFarend(1); in TEST_F()
Ddelay_estimator_wrapper.c157 self->binary_farend = WebRtc_CreateBinaryDelayEstimatorFarend(history_size); in WebRtc_CreateDelayEstimatorFarend()
Ddelay_estimator.c273 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend( in WebRtc_CreateBinaryDelayEstimatorFarend() function