Searched defs:vad_out_file (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc119 printf(" --vad_out_file FILE\n");
342 } else if (strcmp(argv[i], "--vad_out_file") == 0) {
344 ASSERT_LT(i, argc) << "Specify filename after --vad_out_file";
414 FILE* vad_out_file = NULL; local
464 vad_out_file = fopen(vad_out_filename, "wb");
465 ASSERT_TRUE(NULL != vad_out_file) << "Unable to open VAD output file "
466 << vad_out_file;
639 if (vad_out_file != NULL) {
643 vad_out_file));
838 if (vad_out_file !
[all...]

Completed in 52 milliseconds