Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h88 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend(
Ddelay_estimator_unittest.cc99 binary_farend_ = WebRtc_CreateBinaryDelayEstimatorFarend(kHistorySize); in SetUp()
481 binary = WebRtc_CreateBinaryDelayEstimatorFarend(1); in TEST_F()
Ddelay_estimator_wrapper.cc159 self->binary_farend = WebRtc_CreateBinaryDelayEstimatorFarend(history_size); in WebRtc_CreateDelayEstimatorFarend()
Ddelay_estimator.cc286 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend( in WebRtc_CreateBinaryDelayEstimatorFarend() function