Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test_factory.h139 absl::optional<std::string> textlog_filename; member
Dneteq_test_factory.cc313 if (config.textlog && config.textlog_filename.has_value()) { in InitializeTest()
315 text_log = std::make_unique<std::ofstream>(*config.textlog_filename); in InitializeTest()
Dneteq_rtpplay.cc384 config.textlog_filename = CreateOptionalOutputFileName( in main()