Searched refs:kLowThreshold (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/video/ |
D | quality_threshold_unittest.cc | 18 const int kLowThreshold = 0; in TEST() local 23 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() 30 thresh.AddMeasurement(kLowThreshold); in TEST() 41 thresh.AddMeasurement(kLowThreshold); in TEST() 47 const int kLowThreshold = 0; in TEST() local 58 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() 80 const int kLowThreshold = 0; in TEST() local 85 const int kBetweenThresholds = (kLowThreshold + kHighThreshold) / 2; in TEST() 87 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() 98 const int kLowThreshold = 0; in TEST() local [all …]
|
/external/webrtc/api/video_codecs/test/ |
D | video_encoder_software_fallback_wrapper_unittest.cc | 53 const int kLowThreshold = 10; variable 148 info.scaling_settings = ScalingSettings(kLowThreshold, kHighThreshold); in GetEncoderInfo() 665 EXPECT_EQ(kLowThreshold, settings.thresholds->low); in TEST_F()
|