Searched refs:low_encode_usage_threshold_percent (Results 1 – 5 of 5) sorted by relevance
48 low_encode_usage_threshold_percent(60), in CpuOveruseOptions()63 int low_encode_usage_threshold_percent; // Threshold for triggering underuse. member87 low_encode_usage_threshold_percent == in Equals()88 o.low_encode_usage_threshold_percent && in Equals()
70 return ((options_.low_encode_usage_threshold_percent + in InitialEncodeUsage()378 options_.low_encode_usage_threshold_percent = 20; in TEST_F()465 options_.low_encode_usage_threshold_percent = 1; in TEST_F()473 EXPECT_GT(EncodeUsagePercent(), options_.low_encode_usage_threshold_percent); in TEST_F()479 options_.low_encode_usage_threshold_percent = 20; in TEST_F()487 EXPECT_LT(EncodeUsagePercent(), options_.low_encode_usage_threshold_percent); in TEST_F()
194 return (options_.low_encode_usage_threshold_percent + in InitialUsageInPercent()593 encode_usage_->Value() < options_.low_encode_usage_threshold_percent; in IsUnderusing()
1165 EXPECT_EQ(10, cpu_option.low_encode_usage_threshold_percent); in TEST_F()1180 EXPECT_EQ(10, cpu_option.low_encode_usage_threshold_percent); in TEST_F()1207 EXPECT_EQ(10, cpu_option.low_encode_usage_threshold_percent); in TEST_F()1221 EXPECT_EQ(10, cpu_option.low_encode_usage_threshold_percent); in TEST_F()
893 overuse_options->low_encode_usage_threshold_percent = underuse_threshold; in GetCpuOveruseOptions()