Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_rtpplay_test.sh95 --textlog --pythonplot --matlabplot \
112 --textlog --pythonplot --matlabplot \
120 --textlog --pythonplot --matlabplot \
132 --textlog --pythonplot --matlabplot \
Dneteq_rtpplay.cc143 textlog,
238 bool ValidateOutputFilesOptions(bool textlog, in ValidateOutputFilesOptions() argument
243 if (!textlog && !plotting && output_files_base_name_specified) { in ValidateOutputFilesOptions()
383 config.textlog = absl::GetFlag(FLAGS_textlog); in main()
Dneteq_test_factory.h136 bool textlog = false; member
Dneteq_test_factory.cc313 if (config.textlog && config.textlog_filename.has_value()) { in InitializeTest()
316 } else if (config.textlog) { in InitializeTest()