Home
last modified time | relevance | path

Searched refs:textlog (Results 1 – 5 of 5) 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,
239 bool ValidateOutputFilesOptions(bool textlog, in ValidateOutputFilesOptions() argument
244 if (!textlog && !plotting && output_files_base_name_specified) { in ValidateOutputFilesOptions()
384 config.textlog = absl::GetFlag(FLAGS_textlog); in main()
Dneteq_test_factory.h137 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()
/external/webrtc/api/test/
Dneteq_simulator_factory.cc37 config.textlog = simulation_config.text_log_filename.has_value(); in convertConfig()