Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/test/
Dprocess_test.cc416 FILE* aecm_echo_path_out_file = NULL; in void_main() local
489 aecm_echo_path_out_file = fopen(aecm_echo_path_out_filename, "wb"); in void_main()
490 ASSERT_TRUE(NULL != aecm_echo_path_out_file) << "Unable to open file " in void_main()
874 if (aecm_echo_path_out_file != NULL) { in void_main()
882 aecm_echo_path_out_file)); in void_main()
883 fclose(aecm_echo_path_out_file); in void_main()
884 aecm_echo_path_out_file = NULL; in void_main()