Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_unittest.cc23 uint8_t WeightedLoss(int num_packets1, uint8_t fraction_loss1, in WeightedLoss() function
315 EXPECT_EQ(WeightedLoss(20, 50, 1, 0), bitrate_observer_.last_fraction_loss_); in TEST_F()
328 EXPECT_EQ(WeightedLoss(20, 0, 20, 75), bitrate_observer_.last_fraction_loss_); in TEST_F()
341 EXPECT_EQ(WeightedLoss(20, 1, 1, 255), bitrate_observer_.last_fraction_loss_); in TEST_F()