Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.h163 int WebRtc_set_lookahead(void* handle, int lookahead);
Ddelay_estimator_unittest.cc292 EXPECT_EQ(-1, WebRtc_set_lookahead(handle_, kLookahead + 1)); in TEST_F()
293 EXPECT_EQ(-1, WebRtc_set_lookahead(handle_, -1)); in TEST_F()
594 WebRtc_set_lookahead(handle_, kDifferentLookahead)); in TEST_F()
Ddelay_estimator_wrapper.cc356 int WebRtc_set_lookahead(void* handle, int lookahead) { in WebRtc_set_lookahead() function