Home
last modified time | relevance | path

Searched refs:WebRtcAecm_InitEchoPathCore (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.h184 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path);
Daecm_core.c283 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path) { in WebRtcAecm_InitEchoPathCore() function
456 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored8kHz); in WebRtcAecm_InitCore()
460 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored16kHz); in WebRtcAecm_InitCore()
Decho_control_mobile.c538 WebRtcAecm_InitEchoPathCore(aecm->aecmCore, echo_path_ptr); in WebRtcAecm_InitEchoPath()