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

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h65 // WebRtc_CreateBinaryDelayEstimatorFarend(...).
69 // WebRtc_CreateBinaryDelayEstimatorFarend().
86 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend(
94 // WebRtc_CreateBinaryDelayEstimatorFarend().
103 // WebRtc_CreateBinaryDelayEstimatorFarend(...).
114 // WebRtc_CreateBinaryDelayEstimatorFarend(...).
H A Ddelay_estimator_unittest.cc96 binary_farend_ = WebRtc_CreateBinaryDelayEstimatorFarend(kHistorySize);
478 // WebRtc_CreateBinaryDelayEstimatorFarend() should return -1 if the input
483 binary = WebRtc_CreateBinaryDelayEstimatorFarend(1);
H A Ddelay_estimator_wrapper.c157 self->binary_farend = WebRtc_CreateBinaryDelayEstimatorFarend(history_size);
H A Ddelay_estimator.c273 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend( function

Completed in 206 milliseconds