Searched refs:GetBase2Exponent (Results 1 – 4 of 4) sorted by relevance
21 EXPECT_EQ(2, NormalizeSimulcastSizeExperiment::GetBase2Exponent()); in TEST()27 EXPECT_EQ(3, NormalizeSimulcastSizeExperiment::GetBase2Exponent()); in TEST()33 EXPECT_FALSE(NormalizeSimulcastSizeExperiment::GetBase2Exponent()); in TEST()40 EXPECT_FALSE(NormalizeSimulcastSizeExperiment::GetBase2Exponent()); in TEST()48 EXPECT_FALSE(NormalizeSimulcastSizeExperiment::GetBase2Exponent()); in TEST()56 EXPECT_FALSE(NormalizeSimulcastSizeExperiment::GetBase2Exponent()); in TEST()
20 static absl::optional<int> GetBase2Exponent();
27 absl::optional<int> NormalizeSimulcastSizeExperiment::GetBase2Exponent() { in GetBase2Exponent() function in webrtc::NormalizeSimulcastSizeExperiment
157 webrtc::NormalizeSimulcastSizeExperiment::GetBase2Exponent(); in NormalizeSimulcastSize()