Searched refs:echo_path (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/aecm/ |
D | echo_control_mobile.h | 172 const void* echo_path, 191 void* echo_path,
|
D | echo_control_mobile.cc | 484 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()
|
D | aecm_core.h | 189 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path);
|
D | aecm_core.cc | 259 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/ |
D | msvs_common.sh | 31 echo_path() { function
|