OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_set_lookahead
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h
33
// 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);
delay_estimator_unittest.cc
289
//
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));
delay_estimator_wrapper.c
353
int
WebRtc_set_lookahead
(void* handle, int lookahead) {
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c
[
all
...]
Completed in 64 milliseconds