OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_lookahead
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h
166
int
WebRtc_lookahead
(void* handle);
delay_estimator_unittest.cc
588
EXPECT_EQ(kLookahead,
WebRtc_lookahead
(handle));
594
EXPECT_EQ(kLookahead,
WebRtc_lookahead
(handle_));
597
EXPECT_EQ(kDifferentLookahead,
WebRtc_lookahead
(handle_));
599
EXPECT_EQ(kDifferentLookahead,
WebRtc_lookahead
(handle_));
601
EXPECT_EQ(kDifferentLookahead,
WebRtc_lookahead
(handle_));
delay_estimator_wrapper.c
365
int
WebRtc_lookahead
(void* handle) {
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c
759
int lookahead =
WebRtc_lookahead
(self->delay_estimator);
880
int delay = last_delay -
WebRtc_lookahead
(self->delay_estimator);
[
all
...]
Completed in 33 milliseconds