Lines Matching defs:Config
65 struct Config { struct
86 std::string test_name;
89 std::string filename;
92 std::string filepath;
95 size_t num_frames = 0;
98 size_t max_payload_size_bytes = 1440;
101 bool decode = true;
104 bool use_single_core = false;
108 bool measure_cpu = false;
111 bool encode_in_real_time = false;
114 webrtc::VideoCodec codec_settings;
117 std::string codec_name;
120 struct H264CodecSettings {
124 } h264_codec_settings;
127 const EncodedFrameChecker* encoded_frame_checker = nullptr;
130 bool print_frame_level_stats = false;
133 std::string output_path;
136 struct VisualizationParams {
139 } visualization_params;