Searched refs:QpThresholds (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | quality_scaler.h | 44 VideoEncoder::QpThresholds thresholds); 52 void SetQpThresholds(VideoEncoder::QpThresholds thresholds); 58 VideoEncoder::QpThresholds thresholds, 87 VideoEncoder::QpThresholds thresholds_ RTC_GUARDED_BY(&task_checker_);
|
D | quality_scaler.cc | 252 VideoEncoder::QpThresholds thresholds) in QualityScaler() 257 VideoEncoder::QpThresholds thresholds, in QualityScaler() 304 void QualityScaler::SetQpThresholds(VideoEncoder::QpThresholds thresholds) { in SetQpThresholds()
|
D | quality_scaler_unittest.cc | 68 VideoEncoder::QpThresholds thresholds) in QualityScalerUnderTest() 90 handler_.get(), VideoEncoder::QpThresholds(kLowQp, kHighQp))); in QualityScalerTest()
|
/external/webrtc/rtc_base/experiments/ |
D | quality_scaling_experiment.cc | 28 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>
|
D | quality_scaling_experiment.h | 49 static absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
|
D | balanced_degradation_settings.cc | 147 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>
|
D | balanced_degradation_settings.h | 128 absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
|
/external/webrtc/api/video_codecs/ |
D | video_encoder.h | 86 struct QpThresholds { struct 87 QpThresholds(int l, int h) : low(l), high(h) {} in QpThresholds() function 88 QpThresholds() : low(-1), high(-1) {} in QpThresholds() argument 114 absl::optional<QpThresholds> thresholds;
|
D | video_encoder.cc | 68 : 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/ |
D | quality_scaler_resource.h | 46 void StartCheckForOveruse(VideoEncoder::QpThresholds qp_thresholds); 49 void SetQpThresholds(VideoEncoder::QpThresholds qp_thresholds);
|
D | quality_scaler_resource_unittest.cc | 95 VideoEncoder::QpThresholds()); in QualityScalerResourceTest() 163 VideoEncoder::QpThresholds()); in TEST_F()
|
D | quality_scaler_resource.cc | 58 VideoEncoder::QpThresholds qp_thresholds) { in StartCheckForOveruse() 74 VideoEncoder::QpThresholds qp_thresholds) { in SetQpThresholds()
|
D | video_stream_encoder_resource_manager.cc | 509 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()
|
D | video_stream_encoder_resource_manager.h | 161 absl::optional<VideoEncoder::QpThresholds> qp_thresholds);
|