Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc588 EXPECT_EQ(kLookahead, WebRtc_lookahead(handle)); in TEST_F()
594 EXPECT_EQ(kLookahead, WebRtc_lookahead(handle_)); in TEST_F()
597 EXPECT_EQ(kDifferentLookahead, WebRtc_lookahead(handle_)); in TEST_F()
599 EXPECT_EQ(kDifferentLookahead, WebRtc_lookahead(handle_)); in TEST_F()
601 EXPECT_EQ(kDifferentLookahead, WebRtc_lookahead(handle_)); in TEST_F()
Ddelay_estimator_wrapper.h166 int WebRtc_lookahead(void* handle);
Ddelay_estimator_wrapper.c365 int WebRtc_lookahead(void* handle) { in WebRtc_lookahead() function
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c759 int lookahead = WebRtc_lookahead(self->delay_estimator); in UpdateDelayMetrics()
880 int delay = last_delay - WebRtc_lookahead(self->delay_estimator); in SignalBasedDelayCorrection()