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

  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 102 printf(" --aecm_echo_path_in_file FILE\n");
257 } else if (strcmp(argv[i], "--aecm_echo_path_in_file") == 0) {
259 ASSERT_LT(i, argc) << "Specify filename after --aecm_echo_path_in_file";
415 FILE* aecm_echo_path_in_file = NULL; local
470 aecm_echo_path_in_file = fopen(aecm_echo_path_in_filename, "rb");
471 ASSERT_TRUE(NULL != aecm_echo_path_in_file) << "Unable to open file "
480 aecm_echo_path_in_file));
484 fclose(aecm_echo_path_in_file);
485 aecm_echo_path_in_file = NULL;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 83 printf(" --aecm_echo_path_in_file FILE\n");
271 } else if (strcmp(argv[i], "--aecm_echo_path_in_file") == 0) {
273 ASSERT_LT(i, argc) << "Specify filename after --aecm_echo_path_in_file";
489 FILE* aecm_echo_path_in_file = NULL; local
531 aecm_echo_path_in_file = OpenFile(aecm_echo_path_in_filename, "rb");
539 aecm_echo_path_in_file));
543 fclose(aecm_echo_path_in_file);
544 aecm_echo_path_in_file = NULL;
    [all...]

Completed in 449 milliseconds