Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dbalanced_degradation_settings.cc61 if (config.GetQpLow().has_value() != config.GetQpHigh().has_value()) { in IsValidConfig()
65 if (config.GetQpLow().has_value() && config.GetQpHigh().has_value() && in IsValidConfig()
66 config.GetQpLow().value() >= config.GetQpHigh().value()) { in IsValidConfig()
155 low = config.vp8.GetQpLow(); in GetThresholds()
159 low = config.vp9.GetQpLow(); in GetThresholds()
163 low = config.h264.GetQpLow(); in GetThresholds()
167 low = config.av1.GetQpLow(); in GetThresholds()
171 low = config.generic.GetQpLow(); in GetThresholds()
286 absl::optional<int> BalancedDegradationSettings::CodecTypeSpecific::GetQpLow() in GetQpLow() function in webrtc::BalancedDegradationSettings::CodecTypeSpecific
Dbalanced_degradation_settings.h42 absl::optional<int> GetQpLow() const;