Searched defs:echo_path (Results 1 - 6 of 6) sorted by relevance
/external/libvpx/libvpx/build/make/ |
H A D | msvs_common.sh | 16 FIXPATH='echo_path' 30 echo_path() { function
|
/external/dbus/test/ |
H A D | test-shell-service.c | 7 static const char* echo_path = "/org/freedesktop/TestSuite"; variable 44 if (!dbus_connection_get_object_path_data (connection, echo_path, (void **)&d)) 155 echo_path, 162 if (!dbus_connection_get_object_path_data (connection, echo_path, &d))
|
H A D | test-service.c | 375 static const char* echo_path = "/org/freedesktop/TestSuite" ; variable 457 echo_path, 464 if (!dbus_connection_get_object_path_data (connection, echo_path, &d))
|
/external/webrtc/webrtc/modules/audio_processing/ |
H A D | echo_control_mobile_impl.cc | 263 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, argument 268 if (echo_path == NULL) { 279 memcpy(external_echo_path_, echo_path, size_bytes); 285 int EchoControlMobileImpl::GetEchoPath(void* echo_path, argument 288 if (echo_path == NULL) { 301 int32_t err = WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes);
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
H A D | echo_control_mobile.c | 516 const void* echo_path, 520 const int16_t* echo_path_ptr = echo_path; 525 if (echo_path == NULL) { 544 void* echo_path, 548 int16_t* echo_path_ptr = echo_path; 553 if (echo_path == NULL) { 515 WebRtcAecm_InitEchoPath(void* aecmInst, const void* echo_path, size_t size_bytes) argument 543 WebRtcAecm_GetEchoPath(void* aecmInst, void* echo_path, size_t size_bytes) argument
|
H A D | aecm_core.c | 283 void WebRtcAecm_InitEchoPathCore(AecmCore* aecm, const int16_t* echo_path) { argument 287 memcpy(aecm->channelStored, echo_path, sizeof(int16_t) * PART_LEN1); 289 memcpy(aecm->channelAdapt16, echo_path, sizeof(int16_t) * PART_LEN1);
|
Completed in 829 milliseconds