Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc98 binary_ = WebRtc_CreateBinaryDelayEstimator(binary_farend_, kLookahead); in SetUp()
206 WebRtc_CreateBinaryDelayEstimator(binary_farend_, in RunBinarySpectraTest()
497 binary_handle = WebRtc_CreateBinaryDelayEstimator(NULL, kLookahead); in TEST_F()
499 binary_handle = WebRtc_CreateBinaryDelayEstimator(binary_farend_, -1); in TEST_F()
Ddelay_estimator.h155 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator(
Ddelay_estimator_wrapper.c286 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead); in WebRtc_CreateDelayEstimator()
Ddelay_estimator.c401 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator( in WebRtc_CreateBinaryDelayEstimator() function