Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/test/
Dprocess_test.cc415 FILE* aecm_echo_path_in_file = NULL; in void_main() local
470 aecm_echo_path_in_file = fopen(aecm_echo_path_in_filename, "rb"); in void_main()
471 ASSERT_TRUE(NULL != aecm_echo_path_in_file) << "Unable to open file " in void_main()
480 aecm_echo_path_in_file)); in void_main()
484 fclose(aecm_echo_path_in_file); in void_main()
485 aecm_echo_path_in_file = NULL; in void_main()