Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Decho_control_mobile_impl.cc62 size_t EchoControlMobile::echo_path_size_bytes() { in echo_path_size_bytes() function in webrtc::EchoControlMobile
202 if (size_bytes != echo_path_size_bytes()) { in SetEchoPath()
221 if (size_bytes != echo_path_size_bytes()) { in GetEchoPath()
284 echo_path_size_bytes()) != 0) { in InitializeHandle()
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h389 static size_t echo_path_size_bytes();
/external/webrtc/src/modules/audio_processing/test/
Dprocess_test.cc475 apm->echo_control_mobile()->echo_path_size_bytes(); in void_main()
876 apm->echo_control_mobile()->echo_path_size_bytes(); in void_main()
Dunit_test.cc580 apm_->echo_control_mobile()->echo_path_size_bytes(); in TEST_F()