Home
last modified time | relevance | path

Searched defs:VideoRateControlConfig (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/experiments/
H A Drate_control_settings.h33 struct VideoRateControlConfig { struct
36 bool alr_probing = false;
37 absl::optional<int> vp8_qp_max;
39 bool trust_vp8 = false;
40 bool trust_vp9 = false;
41 double video_hysteresis = 1.0;
44 bool probe_max_allocation = true;
45 bool bitrate_adjuster = false;
47 bool vp8_s0_boost = true;
49 bool vp8_dynamic_rate = false;
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/experiments/
H A Drate_control_settings.h33 struct VideoRateControlConfig { struct
36 bool alr_probing = false;
37 absl::optional<int> vp8_qp_max;
39 bool trust_vp8 = false;
40 bool trust_vp9 = false;
41 double video_hysteresis = 1.0;
44 bool probe_max_allocation = true;
45 bool bitrate_adjuster = false;
47 bool vp8_s0_boost = true;
49 bool vp8_dynamic_rate = false;
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/experiments/
H A Drate_control_settings.h33 struct VideoRateControlConfig { struct
36 bool alr_probing = false;
37 absl::optional<int> vp8_qp_max;
38 absl::optional<int> vp8_min_pixels;
39 bool trust_vp8 = true;
40 bool trust_vp9 = true;
41 double video_hysteresis = 1.2;
44 bool probe_max_allocation = true;
45 bool bitrate_adjuster = true;
46 bool adjuster_use_headroom = true;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/experiments/
H A Drate_control_settings.h33 struct VideoRateControlConfig { struct
36 bool alr_probing = false;
37 absl::optional<int> vp8_qp_max;
38 absl::optional<int> vp8_min_pixels;
39 bool trust_vp8 = true;
40 bool trust_vp9 = true;
41 double video_hysteresis = 1.2;
44 bool probe_max_allocation = true;
45 bool bitrate_adjuster = true;
46 bool adjuster_use_headroom = true;
[all …]