Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/test/
Dunpack.cc88 rtc::scoped_ptr<WavWriter> output_wav_file; in do_main() local
168 output_wav_file.get(), in do_main()
183 output_wav_file.get(), in do_main()
306 output_wav_file.reset(new WavWriter(FLAGS_output_file + ".wav", in do_main()
Dprocess_test.cc494 rtc::scoped_ptr<WavWriter> output_wav_file; in void_main() local
646 output_wav_file.reset(new WavWriter( in void_main()
808 output_wav_file.get(), in void_main()
817 output_wav_file.get(), in void_main()
891 output_wav_file.reset(new WavWriter(out_filename + ".wav", in void_main()
1043 if (!raw_output && !output_wav_file) { in void_main()
1044 output_wav_file.reset(new WavWriter(out_filename + ".wav", in void_main()
1050 output_wav_file.get(), in void_main()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq.gypi191 'tools/output_wav_file.h',