Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/bitrate_controller/
Dbitrate_controller_unittest.cc23 uint8_t WeightedLoss(int num_packets1, uint8_t fraction_loss1, in WeightedLoss() function
296 EXPECT_EQ(WeightedLoss(20, 50, 1, 0), bitrate_observer.last_fraction_loss_); in TEST_F()
309 EXPECT_EQ(WeightedLoss(20, 0, 20, 75), bitrate_observer.last_fraction_loss_); in TEST_F()
322 EXPECT_EQ(WeightedLoss(20, 1, 1, 255), bitrate_observer.last_fraction_loss_); in TEST_F()