Home
last modified time | relevance | path

Searched refs:graph_data_output_filename (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_quality_test.h57 std::string graph_data_output_filename; member
Dvideo_quality_test.cc919 if (!params_.analyzer.graph_data_output_filename.empty()) { in RunWithAnalyzer()
921 fopen(params_.analyzer.graph_data_output_filename.c_str(), "w"); in RunWithAnalyzer()
923 << "Can't open the file " << params_.analyzer.graph_data_output_filename in RunWithAnalyzer()