Searched refs:qp_low (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/experiments/ |
D | balanced_degradation_settings.h | 30 CodecTypeSpecific(int qp_low, int qp_high, int fps, int kbps, int kbps_res) in CodecTypeSpecific() 31 : qp_low(qp_low), in CodecTypeSpecific() 38 return qp_low == o.qp_low && qp_high == o.qp_high && fps == o.fps && 49 int qp_low = 0; member
|
D | balanced_degradation_settings.cc | 80 bool both_or_none_set = ((config1.qp_low > 0) == (config2.qp_low > 0) && in IsValid() 288 return (qp_low > 0) ? absl::optional<int>(qp_low) : absl::nullopt; in GetQpLow() 344 [](Config* c) { return &c->vp8.qp_low; }), in BalancedDegradationSettings() 353 [](Config* c) { return &c->vp9.qp_low; }), in BalancedDegradationSettings() 362 [](Config* c) { return &c->h264.qp_low; }), in BalancedDegradationSettings() 372 [](Config* c) { return &c->av1.qp_low; }), in BalancedDegradationSettings() 381 [](Config* c) { return &c->generic.qp_low; }), in BalancedDegradationSettings()
|