Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.h203 size_t WebRtcAecm_echo_path_size_bytes();
Decho_control_mobile.c528 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_InitEchoPath()
556 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_GetEchoPath()
570 size_t WebRtcAecm_echo_path_size_bytes() in WebRtcAecm_echo_path_size_bytes() function
/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc67 return WebRtcAecm_echo_path_size_bytes(); in echo_path_size_bytes()