Searched refs:GetLossRate (Results 1 – 4 of 4) sorted by relevance
31 EXPECT_EQ(0, network_predictor_->GetLossRate()); in TEST_F()34 EXPECT_EQ(32, network_predictor_->GetLossRate()); in TEST_F()40 network_predictor_->GetLossRate()); in TEST_F()
29 uint8_t GetLossRate();
22 uint8_t NetworkPredictor::GetLossRate() { in GetLossRate() function in webrtc::voe::NetworkPredictor
1433 uint8_t average_fraction_loss = network_predictor_->GetLossRate(); in OnIncomingFractionLoss()