Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc259 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path) { in WebRtcAecm_InitEchoPathCore() function
424 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored8kHz); in WebRtcAecm_InitCore()
426 WebRtcAecm_InitEchoPathCore(aecm, kChannelStored16kHz); in WebRtcAecm_InitCore()
H A Daecm_core.h189 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path);
H A Decho_control_mobile.cc503 WebRtcAecm_InitEchoPathCore(aecm->aecmCore, echo_path_ptr); in WebRtcAecm_InitEchoPath()