HomeSort by relevance Sort by last modified time
    Searched defs:WebRtcAecm_InitEchoPathCore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c 296 void WebRtcAecm_InitEchoPathCore(AecmCore_t* aecm, const int16_t* echo_path)
479 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored8kHz);
483 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored16kHz);
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 340 void WebRtcAecm_InitEchoPathCore(AecmCore_t* aecm, const WebRtc_Word16* echo_path)
618 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored8kHz);
622 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored16kHz);
    [all...]

Completed in 1200 milliseconds