Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/interface/
Decho_control_mobile.h215 size_t WebRtcAecm_echo_path_size_bytes();
/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c655 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_InitEchoPath()
684 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_GetEchoPath()
700 size_t WebRtcAecm_echo_path_size_bytes() in WebRtcAecm_echo_path_size_bytes() function
/external/webrtc/src/modules/audio_processing/
Decho_control_mobile_impl.cc63 return WebRtcAecm_echo_path_size_bytes(); in echo_path_size_bytes()