Home
last modified time | relevance | path

Searched refs:low_encode_usage_threshold_percent (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_base.h48 low_encode_usage_threshold_percent(60), in CpuOveruseOptions()
63 int low_encode_usage_threshold_percent; // Threshold for triggering underuse. member
87 low_encode_usage_threshold_percent == in Equals()
88 o.low_encode_usage_threshold_percent && in Equals()
/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector_unittest.cc70 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()
Doveruse_frame_detector.cc194 return (options_.low_encode_usage_threshold_percent + in InitialUsageInPercent()
593 encode_usage_->Value() < options_.low_encode_usage_threshold_percent; in IsUnderusing()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine_unittest.cc1165 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()
Dwebrtcvideoengine.cc893 overuse_options->low_encode_usage_threshold_percent = underuse_threshold; in GetCpuOveruseOptions()