Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dstable_target_rate_experiment_unittest.cc22 EXPECT_EQ(config.GetVideoHysteresisFactor(), 1.0); in TEST()
33 EXPECT_EQ(config.GetVideoHysteresisFactor(), 1.0); in TEST()
47 EXPECT_EQ(config.GetVideoHysteresisFactor(), 1.1); in TEST()
60 EXPECT_EQ(config.GetVideoHysteresisFactor(), 1.3); in TEST()
76 EXPECT_EQ(config.GetVideoHysteresisFactor(), 1.1); in TEST()
Dstable_target_rate_experiment.h28 double GetVideoHysteresisFactor() const;
Dstable_target_rate_experiment.cc60 double StableTargetRateExperiment::GetVideoHysteresisFactor() const { in GetVideoHysteresisFactor() function in webrtc::StableTargetRateExperiment
/external/webrtc/modules/video_coding/utility/
Dsimulcast_rate_allocator.cc165 ? stable_rate_settings_.GetVideoHysteresisFactor() in DistributeAllocationToSimulcastLayers()
/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.cc230 hysteresis_factor = experiment_settings_.GetVideoHysteresisFactor(); in Allocate()