Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.h161 int WebRtc_set_lookahead(void* handle, int lookahead);
Ddelay_estimator_unittest.cc291 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()
Ddelay_estimator_wrapper.c353 int WebRtc_set_lookahead(void* handle, int lookahead) { in WebRtc_set_lookahead() function
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c1494 WebRtc_set_lookahead(aec->delay_estimator, 0); in WebRtcAec_CreateAec()
1497 WebRtc_set_lookahead(aec->delay_estimator, kLookaheadBlocks); in WebRtcAec_CreateAec()