Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc101 binary_ = WebRtc_CreateBinaryDelayEstimator(binary_farend_, kLookahead); in SetUp()
208 BinaryDelayEstimator* binary2 = WebRtc_CreateBinaryDelayEstimator( in RunBinarySpectraTest()
495 binary_handle = WebRtc_CreateBinaryDelayEstimator(NULL, kLookahead); in TEST_F()
497 binary_handle = WebRtc_CreateBinaryDelayEstimator(binary_farend_, -1); in TEST_F()
Ddelay_estimator.h158 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator(
Ddelay_estimator_wrapper.cc289 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead); in WebRtc_CreateDelayEstimator()
Ddelay_estimator.cc412 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator( in WebRtc_CreateBinaryDelayEstimator() function