Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment.cc28 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()
Dbalanced_degradation_settings.cc147 absl::optional<VideoEncoder::QpThresholds> GetThresholds( in GetThresholds() function
466 return GetThresholds(type, GetConfig(pixels)); in GetQpThresholds()