Searched refs:WebRtc_CreateBinaryDelayEstimator (Results 1 – 4 of 4) sorted by relevance
98 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()
155 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator(
286 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead); in WebRtc_CreateDelayEstimator()
401 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator( in WebRtc_CreateBinaryDelayEstimator() function