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