Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.h172 const void* echo_path,
191 void* echo_path,
Decho_control_mobile.cc484 const void* echo_path, in WebRtcAecm_InitEchoPath() argument
487 const int16_t* echo_path_ptr = static_cast<const int16_t*>(echo_path); in WebRtcAecm_InitEchoPath()
492 if (echo_path == NULL) { in WebRtcAecm_InitEchoPath()
509 void* echo_path, in WebRtcAecm_GetEchoPath() argument
512 int16_t* echo_path_ptr = static_cast<int16_t*>(echo_path); in WebRtcAecm_GetEchoPath()
517 if (echo_path == NULL) { in WebRtcAecm_GetEchoPath()
Daecm_core.h189 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path);
Daecm_core.cc259 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path) { in WebRtcAecm_InitEchoPathCore() argument
263 memcpy(aecm->channelStored, echo_path, sizeof(int16_t) * PART_LEN1); in WebRtcAecm_InitEchoPathCore()
265 memcpy(aecm->channelAdapt16, echo_path, sizeof(int16_t) * PART_LEN1); in WebRtcAecm_InitEchoPathCore()
/external/libvpx/libvpx/build/make/
Dmsvs_common.sh31 echo_path() { function