Home
last modified time | relevance | path

Searched refs:GetQpThresholds (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_base/experiments/
Dbalanced_degradation_settings_unittest.cc69 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 …]
Dquality_scaling_experiment_unittest.cc102 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()
Dquality_scaling_experiment.h49 static absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
Dquality_scaling_experiment.cc62 QualityScalingExperiment::GetQpThresholds(VideoCodecType codec_type) { in GetQpThresholds() function in webrtc::QualityScalingExperiment
Dbalanced_degradation_settings.h128 absl::optional<VideoEncoder::QpThresholds> GetQpThresholds(
Dbalanced_degradation_settings.cc464 BalancedDegradationSettings::GetQpThresholds(VideoCodecType type, in GetQpThresholds() function in webrtc::BalancedDegradationSettings
/external/webrtc/video/adaptation/
Dvideo_stream_encoder_resource_manager.cc537 experimental_thresholds = QualityScalingExperiment::GetQpThresholds( in ConfigureQualityScaler()
552 balanced_settings_.GetQpThresholds( in ConfigureQualityScaler()