Home
last modified time | relevance | path

Searched refs:QpThresholds (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dquality_scaler.h44 VideoEncoder::QpThresholds thresholds);
52 void SetQpThresholds(VideoEncoder::QpThresholds thresholds);
58 VideoEncoder::QpThresholds thresholds,
87 VideoEncoder::QpThresholds thresholds_ RTC_GUARDED_BY(&task_checker_);
Dquality_scaler.cc252 VideoEncoder::QpThresholds thresholds) in QualityScaler()
257 VideoEncoder::QpThresholds thresholds, in QualityScaler()
304 void QualityScaler::SetQpThresholds(VideoEncoder::QpThresholds thresholds) { in SetQpThresholds()
Dquality_scaler_unittest.cc68 VideoEncoder::QpThresholds thresholds) in QualityScalerUnderTest()
90 handler_.get(), VideoEncoder::QpThresholds(kLowQp, kHighQp))); in QualityScalerTest()
/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment.cc28 absl::optional<VideoEncoder::QpThresholds> GetThresholds(int low, in GetThresholds()
35 return absl::optional<VideoEncoder::QpThresholds>( in GetThresholds()
36 VideoEncoder::QpThresholds(low, high)); in GetThresholds()
61 absl::optional<VideoEncoder::QpThresholds>
Dquality_scaling_experiment.h49 static absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
Dbalanced_degradation_settings.cc147 absl::optional<VideoEncoder::QpThresholds> GetThresholds( in GetThresholds()
180 return absl::optional<VideoEncoder::QpThresholds>( in GetThresholds()
181 VideoEncoder::QpThresholds(*low, *high)); in GetThresholds()
463 absl::optional<VideoEncoder::QpThresholds>
Dbalanced_degradation_settings.h128 absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
/external/webrtc/api/video_codecs/
Dvideo_encoder.h86 struct QpThresholds { struct
87 QpThresholds(int l, int h) : low(l), high(h) {} in QpThresholds() argument
88 QpThresholds() : low(-1), high(-1) {} in QpThresholds() argument
114 absl::optional<QpThresholds> thresholds;
Dvideo_encoder.cc68 : thresholds(QpThresholds(low, high)) {} in ScalingSettings()
73 : thresholds(QpThresholds(low, high)), min_pixels_per_frame(min_pixels) {} in ScalingSettings()
179 QpThresholds l = *scaling_settings.thresholds; in operator ==()
180 QpThresholds r = *rhs.scaling_settings.thresholds; in operator ==()
/external/webrtc/video/adaptation/
Dquality_scaler_resource.h46 void StartCheckForOveruse(VideoEncoder::QpThresholds qp_thresholds);
49 void SetQpThresholds(VideoEncoder::QpThresholds qp_thresholds);
Dquality_scaler_resource_unittest.cc95 VideoEncoder::QpThresholds()); in QualityScalerResourceTest()
163 VideoEncoder::QpThresholds()); in TEST_F()
Dquality_scaler_resource.cc58 VideoEncoder::QpThresholds qp_thresholds) { in StartCheckForOveruse()
74 VideoEncoder::QpThresholds qp_thresholds) { in SetQpThresholds()
Dvideo_stream_encoder_resource_manager.cc509 absl::optional<VideoEncoder::QpThresholds> qp_thresholds) { in UpdateQualityScalerSettings()
535 absl::optional<VideoEncoder::QpThresholds> experimental_thresholds; in ConfigureQualityScaler()
551 absl::optional<VideoEncoder::QpThresholds> thresholds = in ConfigureQualityScaler()
Dvideo_stream_encoder_resource_manager.h161 absl::optional<VideoEncoder::QpThresholds> qp_thresholds);