Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_unittest.cc122 EXPECT_NEAR(loss_account_.LossRatio(), static_cast<float>(kLost) / kTotal, in TEST_F()
128 EXPECT_NEAR(loss_account_.LossRatio(), 0.0f, 0.001f); in TEST_F()
366 EXPECT_NEAR(loss_account.LossRatio(), 0.0f, 0.001f); in TEST_F()
379 EXPECT_NEAR(loss_account.LossRatio(), 0.5f, 0.001f); in TEST_F()
386 EXPECT_NEAR(loss_account.LossRatio(), 0.0f, 0.001f); in TEST_F()
Dbwe.cc149 return loss_account_.LossRatio(); in GlobalReceiverPacketLossRatio()
272 float LossAccount::LossRatio() { in LossRatio() function in webrtc::testing::bwe::LossAccount
Dbwe.h43 float LossRatio();