Searched refs:GetThresholds (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/experiments/ |
D | quality_scaling_experiment.cc | 28 absl::optional<VideoEncoder::QpThresholds> GetThresholds(int low, in GetThresholds() function 69 return GetThresholds(settings->vp8_low, settings->vp8_high, kMaxVp8Qp); in GetQpThresholds() 71 return GetThresholds(settings->vp9_low, settings->vp9_high, kMaxVp9Qp); in GetQpThresholds() 73 return GetThresholds(settings->h264_low, settings->h264_high, kMaxH264Qp); in GetQpThresholds() 75 return GetThresholds(settings->generic_low, settings->generic_high, in GetQpThresholds()
|
D | balanced_degradation_settings.cc | 147 absl::optional<VideoEncoder::QpThresholds> GetThresholds( in GetThresholds() function 466 return GetThresholds(type, GetConfig(pixels)); in GetQpThresholds()
|