Searched defs:echo_path (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | msvs_common.sh | 30 echo_path() { function
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 197 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath() 216 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
|
/external/webrtc/src/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 196 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath() 215 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
|
/external/webrtc/src/modules/audio_processing/test/ |
D | process_test.cc | 476 scoped_array<char> echo_path(new char[path_size]); in void_main() local 877 scoped_array<char> echo_path(new char[path_size]); in void_main() local
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
D | process_test.cc | 535 scoped_ptr<char[]> echo_path(new char[path_size]); in void_main() local 1051 scoped_ptr<char[]> echo_path(new char[path_size]); in void_main() local
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/ |
D | echo_control_mobile.c | 577 const void* echo_path, in WebRtcAecm_InitEchoPath() 608 void* echo_path, in WebRtcAecm_GetEchoPath()
|
D | aecm_core.c | 296 void WebRtcAecm_InitEchoPathCore(AecmCore_t* aecm, const int16_t* echo_path) in WebRtcAecm_InitEchoPathCore()
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | echo_control_mobile.c | 644 const void* echo_path, in WebRtcAecm_InitEchoPath() 673 void* echo_path, in WebRtcAecm_GetEchoPath()
|
D | aecm_core.c | 340 void WebRtcAecm_InitEchoPathCore(AecmCore_t* aecm, const WebRtc_Word16* echo_path) in WebRtcAecm_InitEchoPathCore()
|