Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h71 void WebRtc_FreeBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self);
Ddelay_estimator.c258 void WebRtc_FreeBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self) { in WebRtc_FreeBinaryDelayEstimatorFarend() function
289 WebRtc_FreeBinaryDelayEstimatorFarend(self); in WebRtc_CreateBinaryDelayEstimatorFarend()
Ddelay_estimator_wrapper.c136 WebRtc_FreeBinaryDelayEstimatorFarend(self->binary_farend); in WebRtc_FreeDelayEstimatorFarend()
Ddelay_estimator_unittest.cc111 WebRtc_FreeBinaryDelayEstimatorFarend(binary_farend_); in TearDown()