Home
last modified time | relevance | path

Searched refs:echo_path_size_bytes (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc66 size_t EchoControlMobile::echo_path_size_bytes() { in echo_path_size_bytes() function in webrtc::EchoControlMobile
271 if (size_bytes != echo_path_size_bytes()) { in SetEchoPath()
291 if (size_bytes != echo_path_size_bytes()) { in GetEchoPath()
379 echo_path_size_bytes()) != 0) { in InitializeHandle()
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h752 static size_t echo_path_size_bytes();
/external/webrtc/webrtc/modules/audio_processing/test/
Dprocess_test.cc536 apm->echo_control_mobile()->echo_path_size_bytes(); in void_main()
1063 apm->echo_control_mobile()->echo_path_size_bytes(); in void_main()
Daudio_processing_unittest.cc1083 apm_->echo_control_mobile()->echo_path_size_bytes(); in TEST_F()