Searched defs:Video (Results 1 – 6 of 6) sorted by relevance
24 struct Video { struct27 bool enable_cpu_adaptation = true;34 bool suspend_below_min_bitrate = false;45 bool enable_prerenderer_smoothing = true;48 bool periodic_alr_bandwidth_probing = false;55 bool experiment_cpu_load_estimator = false;58 int rtcp_report_interval_ms = 1000;
45 struct Video { struct46 bool enabled = false;47 size_t width = 640;48 size_t height = 480;49 int32_t fps = 30;50 int min_bitrate_bps = 50;51 int target_bitrate_bps = 800;52 int max_bitrate_bps = 800;53 bool suspend_below_min_bitrate = false;54 std::string codec = "VP8";[all …]
124 struct Video { struct128 BitRateLimits bit_rate_limits = kDefaultVideoBitRateLimits; argument146 int max_pixels_per_second = kDefaultVideoMaxPixelsPerSecond; argument159 // Video specific recommendations. argument
1122 struct Video { struct1141 Element<std::uint64_t> pixel_width;1146 Element<std::uint64_t> pixel_height;1171 Element<std::uint64_t> display_width;1176 Element<std::uint64_t> display_height;1206 bool operator==(const Video& other) const { argument
83 struct Video { struct84 bool use_fake_codecs = false;
89 #### Video subsubsection