HomeSort by relevance Sort by last modified time
    Searched refs:delay_estimator (Results 1 - 23 of 23) sorted by null

  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 22 delay_estimator.c \
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 132 void* delay_estimator; member in struct:AecCore
aec_core.c     [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 145 void* delay_estimator; member in struct:__anon38049
aec_core.c 208 if (WebRtc_CreateDelayEstimator(&aec->delay_estimator,
237 WebRtc_FreeDelayEstimator(aec->delay_estimator);
430 if (WebRtc_InitDelayEstimator(aec->delay_estimator) != 0) {
751 delay_estimate = WebRtc_DelayEstimatorProcessFloat(aec->delay_estimator,
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 126 void* delay_estimator; member in struct:__anon38061
aecm_core.c 315 if (WebRtc_CreateDelayEstimator(&aecm->delay_estimator,
594 if (WebRtc_InitDelayEstimator(aecm->delay_estimator) != 0) {
708 WebRtc_FreeDelayEstimator(aecm->delay_estimator);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c 262 aecm->delay_estimator =
264 if (aecm->delay_estimator == NULL) {
271 WebRtc_enable_robust_validation(aecm->delay_estimator, 0);
455 if (WebRtc_InitDelayEstimator(aecm->delay_estimator) != 0) {
572 WebRtc_FreeDelayEstimator(aecm->delay_estimator);
    [all...]
aecm_core.h 53 void* delay_estimator; member in struct:__anon20513
aecm_core_c.c 403 delay = WebRtc_DelayEstimatorProcessFix(aecm->delay_estimator,
aecm_core_mips.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/
audio_processing.target.darwin-arm.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.darwin-arm64.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.darwin-mips.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.darwin-mips64.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.darwin-x86.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.darwin-x86_64.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.linux-arm.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.linux-arm64.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.linux-mips.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.linux-mips64.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.linux-x86.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \
audio_processing.target.linux-x86_64.mk 46 third_party/webrtc/modules/audio_processing/utility/delay_estimator.c \

Completed in 973 milliseconds