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.h28 struct CodecTypeSpecific { struct
29 CodecTypeSpecific() {} in CodecTypeSpecific() argument
30 CodecTypeSpecific(int qp_low, int qp_high, int fps, int kbps, int kbps_res) in CodecTypeSpecific() argument
37 bool operator==(const CodecTypeSpecific& o) const {
63 CodecTypeSpecific vp8, argument
64 CodecTypeSpecific vp9,
65 CodecTypeSpecific h264,
66 CodecTypeSpecific av1,
67 CodecTypeSpecific generic);
104 CodecTypeSpecific vp8;
[all …]
Dbalanced_degradation_settings.cc60 const BalancedDegradationSettings::CodecTypeSpecific& config) { in IsValidConfig()
78 bool IsValid(const BalancedDegradationSettings::CodecTypeSpecific& config1, in IsValid()
79 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 …]