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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 24 // WebRtc_InitDelayEstimatorFarend(...).
43 int WebRtc_InitDelayEstimatorFarend(void* handle);
delay_estimator_unittest.cc 117 EXPECT_EQ(0, WebRtc_InitDelayEstimatorFarend(farend_handle_));
243 // WebRtc_InitDelayEstimatorFarend() and WebRtc_InitDelayEstimator() should
245 EXPECT_EQ(-1, WebRtc_InitDelayEstimatorFarend(NULL));
598 EXPECT_EQ(0, WebRtc_InitDelayEstimatorFarend(farend_handle_));
615 EXPECT_EQ(0, WebRtc_InitDelayEstimatorFarend(farend_handle_));
delay_estimator_wrapper.c 175 int WebRtc_InitDelayEstimatorFarend(void* handle) {
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c 429 if (WebRtc_InitDelayEstimatorFarend(aecm->delay_estimator_farend) != 0) {
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c     [all...]

Completed in 220 milliseconds