Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dbalanced_degradation_settings.h29 struct CodecTypeSpecific { struct
30 CodecTypeSpecific() {} in CodecTypeSpecific() function
31 CodecTypeSpecific(int qp_low, int qp_high, int fps, int kbps, int kbps_res) in CodecTypeSpecific() argument
38 bool operator==(const CodecTypeSpecific& o) const {
64 CodecTypeSpecific vp8, argument
65 CodecTypeSpecific vp9,
66 CodecTypeSpecific h264,
67 CodecTypeSpecific av1,
68 CodecTypeSpecific generic);
105 CodecTypeSpecific vp8;
[all …]
Dbalanced_degradation_settings.cc59 const BalancedDegradationSettings::CodecTypeSpecific& config) { in IsValidConfig()
77 bool IsValid(const BalancedDegradationSettings::CodecTypeSpecific& config1, in IsValid()
78 const BalancedDegradationSettings::CodecTypeSpecific& config2) { in IsValid()
286 absl::optional<int> BalancedDegradationSettings::CodecTypeSpecific::GetQpLow() in GetQpLow()
291 absl::optional<int> BalancedDegradationSettings::CodecTypeSpecific::GetQpHigh() in GetQpHigh()
296 absl::optional<int> BalancedDegradationSettings::CodecTypeSpecific::GetFps() in GetFps()
301 absl::optional<int> BalancedDegradationSettings::CodecTypeSpecific::GetKbps() in GetKbps()
306 absl::optional<int> BalancedDegradationSettings::CodecTypeSpecific::GetKbpsRes() in GetKbpsRes()
318 CodecTypeSpecific vp8, in Config()
319 CodecTypeSpecific vp9, in Config()
[all …]