Searched refs:delay_estimator (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/audio_processing/utility/ |
D | BUILD.gn | 24 "delay_estimator.cc", 25 "delay_estimator.h",
|
/external/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.cc | 227 aecm->delay_estimator = in WebRtcAecm_CreateCore() 229 if (aecm->delay_estimator == NULL) { in WebRtcAecm_CreateCore() 235 WebRtc_enable_robust_validation(aecm->delay_estimator, 0); in WebRtcAecm_CreateCore() 401 if (WebRtc_InitDelayEstimator(aecm->delay_estimator) != 0) { in WebRtcAecm_InitCore() 504 WebRtc_FreeDelayEstimator(aecm->delay_estimator); in WebRtcAecm_FreeCore()
|
D | aecm_core.h | 58 void* delay_estimator; member
|
D | aecm_core_c.cc | 471 delay = WebRtc_DelayEstimatorProcessFix(aecm->delay_estimator, dfaNoisy, in WebRtcAecm_ProcessBlock()
|
D | aecm_core_mips.cc | 1036 delay = WebRtc_DelayEstimatorProcessFix(aecm->delay_estimator, dfaNoisy, in WebRtcAecm_ProcessBlock()
|
/external/webrtc/ |
D | Android.bp | 451 "modules/audio_processing/utility/delay_estimator.cc",
|
/external/webrtc/android_tools/ |
D | sorted_targets.txt | 9321 "//modules/audio_processing/utility/delay_estimator.cc": [ 9322 "obj/modules/audio_processing/utility/legacy_delay_estimator/delay_estimator.o" 9329 "//modules/audio_processing/utility/delay_estimator.cc", 9330 "//modules/audio_processing/utility/delay_estimator.h",
|