HomeSort by relevance Sort by last modified time
    Searched refs:aecm_echo_path_out_file (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 103 printf(" --aecm_echo_path_out_file FILE\n");
262 } else if (strcmp(argv[i], "--aecm_echo_path_out_file") == 0) {
264 ASSERT_LT(i, argc) << "Specify filename after --aecm_echo_path_out_file";
416 FILE* aecm_echo_path_out_file = NULL; local
489 aecm_echo_path_out_file = fopen(aecm_echo_path_out_filename, "wb");
490 ASSERT_TRUE(NULL != aecm_echo_path_out_file) << "Unable to open file "
874 if (aecm_echo_path_out_file != NULL) {
882 aecm_echo_path_out_file));
883 fclose(aecm_echo_path_out_file);
884 aecm_echo_path_out_file = NULL
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 84 printf(" --aecm_echo_path_out_file FILE\n");
276 } else if (strcmp(argv[i], "--aecm_echo_path_out_file") == 0) {
278 ASSERT_LT(i, argc) << "Specify filename after --aecm_echo_path_out_file";
490 FILE* aecm_echo_path_out_file = NULL; local
548 aecm_echo_path_out_file = OpenFile(aecm_echo_path_out_filename, "wb");
    [all...]

Completed in 36 milliseconds