Searched refs:GetQpThresholds (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/rtc_base/experiments/ |
D | balanced_degradation_settings_unittest.cc | 69 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecVP8, 1)); in TEST() 70 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecVP9, 1)); in TEST() 71 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecH264, 1)); in TEST() 72 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecAV1, 1)); in TEST() 73 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecGeneric, 1)); in TEST() 74 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecMultiplex, 1)); in TEST() 473 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecVP8, 1)); in TEST() 474 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecVP9, 1)); in TEST() 475 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecH264, 1)); in TEST() 476 EXPECT_FALSE(settings.GetQpThresholds(kVideoCodecAV1, 1)); in TEST() [all …]
|
D | quality_scaling_experiment_unittest.cc | 102 QualityScalingExperiment::GetQpThresholds(kVideoCodecVP8); in TEST() 112 QualityScalingExperiment::GetQpThresholds(kVideoCodecVP8); in TEST() 120 QualityScalingExperiment::GetQpThresholds(kVideoCodecVP9); in TEST() 130 QualityScalingExperiment::GetQpThresholds(kVideoCodecVP9); in TEST() 138 QualityScalingExperiment::GetQpThresholds(kVideoCodecH264); in TEST() 148 QualityScalingExperiment::GetQpThresholds(kVideoCodecH264); in TEST() 156 QualityScalingExperiment::GetQpThresholds(kVideoCodecGeneric); in TEST() 166 QualityScalingExperiment::GetQpThresholds(kVideoCodecGeneric); in TEST()
|
D | quality_scaling_experiment.h | 49 static absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
|
D | quality_scaling_experiment.cc | 62 QualityScalingExperiment::GetQpThresholds(VideoCodecType codec_type) { in GetQpThresholds() function in webrtc::QualityScalingExperiment
|
D | balanced_degradation_settings.h | 128 absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
|
D | balanced_degradation_settings.cc | 464 BalancedDegradationSettings::GetQpThresholds(VideoCodecType type, in GetQpThresholds() function in webrtc::BalancedDegradationSettings
|
/external/webrtc/video/adaptation/ |
D | video_stream_encoder_resource_manager.cc | 537 experimental_thresholds = QualityScalingExperiment::GetQpThresholds( in ConfigureQualityScaler() 552 balanced_settings_.GetQpThresholds( in ConfigureQualityScaler()
|