Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c520 const int16_t* echo_path_ptr = echo_path; in WebRtcAecm_InitEchoPath() local
538 WebRtcAecm_InitEchoPathCore(aecm->aecmCore, echo_path_ptr); in WebRtcAecm_InitEchoPath()
548 int16_t* echo_path_ptr = echo_path; in WebRtcAecm_GetEchoPath() local
566 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes); in WebRtcAecm_GetEchoPath()