Searched refs:graph_data_output_file (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_quality_test.cc55 FILE* graph_data_output_file,
63 graph_data_output_file_(graph_data_output_file),
918 FILE* graph_data_output_file = nullptr; local
920 graph_data_output_file =
922 RTC_CHECK(graph_data_output_file != nullptr)
966 graph_data_output_file, graph_title,
1005 if (graph_data_output_file)
1006 fclose(graph_data_output_file);
50 VideoAnalyzer(test::LayerFilteringTransport* transport, const std::string& test_label, double avg_psnr_threshold, double avg_ssim_threshold, int duration_frames, FILE* graph_data_output_file, const std::string& graph_title, uint32_t ssrc_to_analyze) argument

Completed in 63 milliseconds