OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_InitDelayEstimator
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h
26
// initialized separately through
WebRtc_InitDelayEstimator
(...).
61
int
WebRtc_InitDelayEstimator
(void* handle);
delay_estimator_wrapper.c
219
int
WebRtc_InitDelayEstimator
(void* handle) {
/external/webrtc/src/modules/audio_processing/aec/
aec_core.c
430
if (
WebRtc_InitDelayEstimator
(aec->delay_estimator) != 0) {
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
594
if (
WebRtc_InitDelayEstimator
(aecm->delay_estimator) != 0) {
[
all
...]
Completed in 134 milliseconds