Searched refs:WebRtc_CreateBinaryDelayEstimator (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.h46 // Releases the memory allocated by WebRtc_CreateBinaryDelayEstimator(...).
53 int WebRtc_CreateBinaryDelayEstimator(BinaryDelayEstimator** handle,
58 // WebRtc_CreateBinaryDelayEstimator(...).
H A Ddelay_estimator.c91 int WebRtc_CreateBinaryDelayEstimator(BinaryDelayEstimator** handle, function
H A Ddelay_estimator_wrapper.c193 if (WebRtc_CreateBinaryDelayEstimator(&self->binary_handle,
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h123 // Releases the memory allocated by WebRtc_CreateBinaryDelayEstimator(...).
132 // WebRtc_CreateBinaryDelayEstimator().
141 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator(
145 // WebRtc_CreateBinaryDelayEstimator(...).
156 // WebRtc_CreateBinaryDelayEstimator(...).
H A Ddelay_estimator_unittest.cc95 binary_ = WebRtc_CreateBinaryDelayEstimator(binary_farend_, kLookahead);
203 WebRtc_CreateBinaryDelayEstimator(binary_farend_,
438 // WebRtc_CreateBinaryDelayEstimator() should return -1 if we have a NULL
443 binary_handle = WebRtc_CreateBinaryDelayEstimator(NULL, kLookahead);
445 binary_handle = WebRtc_CreateBinaryDelayEstimator(binary_farend_, -1);
H A Ddelay_estimator_wrapper.c283 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead);
H A Ddelay_estimator.c380 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator( function

Completed in 506 milliseconds