OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_InitDelayEstimator
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h
78
// initialized separately through
WebRtc_InitDelayEstimator
(...).
119
int
WebRtc_InitDelayEstimator
(void* handle);
delay_estimator_unittest.cc
118
EXPECT_EQ(0,
WebRtc_InitDelayEstimator
(handle_));
243
// WebRtc_InitDelayEstimatorFarend() and
WebRtc_InitDelayEstimator
() should
246
EXPECT_EQ(-1,
WebRtc_InitDelayEstimator
(NULL));
282
EXPECT_EQ(0,
WebRtc_InitDelayEstimator
(tmp_handle));
600
EXPECT_EQ(0,
WebRtc_InitDelayEstimator
(handle_));
613
EXPECT_EQ(0,
WebRtc_InitDelayEstimator
(handle_));
delay_estimator_wrapper.c
305
int
WebRtc_InitDelayEstimator
(void* handle) {
/external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c
432
if (
WebRtc_InitDelayEstimator
(aecm->delay_estimator) != 0) {
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c
[
all
...]
Completed in 743 milliseconds