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

/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.h33 // determined together with WebRtc_set_lookahead().
91 // WebRtc_set_lookahead(...). The default |lookahead| is
93 // WebRtc_set_lookahead(...) before start if a different
161 int WebRtc_set_lookahead(void* handle, int lookahead);
H A Ddelay_estimator_unittest.cc289 // WebRtc_set_lookahead() should return -1 if we try a value outside the
291 EXPECT_EQ(-1, WebRtc_set_lookahead(handle_, kLookahead + 1));
292 EXPECT_EQ(-1, WebRtc_set_lookahead(handle_, -1));
596 WebRtc_set_lookahead(handle_, kDifferentLookahead));
H A Ddelay_estimator_wrapper.c353 int WebRtc_set_lookahead(void* handle, int lookahead) { function
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.c1494 WebRtc_set_lookahead(aec->delay_estimator, 0);
1497 WebRtc_set_lookahead(aec->delay_estimator, kLookaheadBlocks);

Completed in 35 milliseconds