Searched refs:WebRtc_set_lookahead (Results 1 – 4 of 4) sorted by relevance
161 int WebRtc_set_lookahead(void* handle, int lookahead);
291 EXPECT_EQ(-1, WebRtc_set_lookahead(handle_, kLookahead + 1)); in TEST_F()292 EXPECT_EQ(-1, WebRtc_set_lookahead(handle_, -1)); in TEST_F()596 WebRtc_set_lookahead(handle_, kDifferentLookahead)); in TEST_F()
353 int WebRtc_set_lookahead(void* handle, int lookahead) { in WebRtc_set_lookahead() function
1494 WebRtc_set_lookahead(aec->delay_estimator, 0); in WebRtcAec_CreateAec()1497 WebRtc_set_lookahead(aec->delay_estimator, kLookaheadBlocks); in WebRtcAec_CreateAec()