Searched refs:GetVideoHysteresisFactor (Results 1 – 5 of 5) sorted by relevance
22 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()
28 double GetVideoHysteresisFactor() const;
60 double StableTargetRateExperiment::GetVideoHysteresisFactor() const { in GetVideoHysteresisFactor() function in webrtc::StableTargetRateExperiment
165 ? stable_rate_settings_.GetVideoHysteresisFactor() in DistributeAllocationToSimulcastLayers()
230 hysteresis_factor = experiment_settings_.GetVideoHysteresisFactor(); in Allocate()