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

  /external/webrtc/src/modules/audio_processing/aecm/interface/
echo_control_mobile.h 42 * initialized separately using the WebRtcAecm_Init() function.
83 WebRtc_Word32 WebRtcAecm_Init(void* aecmInst,
  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.cc 278 if (WebRtcAecm_Init(my_handle, apm_->sample_rate_hz()) != 0) {
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 163 WebRtc_Word32 WebRtcAecm_Init(void *aecmInst, WebRtc_Word32 sampFreq)

Completed in 455 milliseconds