Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_unittest.cc365 LossAccount loss_account = bwe_receiver_.LinkedSetPacketLossRatio(); in TEST_F() local
366 EXPECT_NEAR(loss_account.LossRatio(), 0.0f, 0.001f); in TEST_F()
378 loss_account = bwe_receiver_.LinkedSetPacketLossRatio(); in TEST_F()
379 EXPECT_NEAR(loss_account.LossRatio(), 0.5f, 0.001f); in TEST_F()
385 loss_account = bwe_receiver_.LinkedSetPacketLossRatio(); in TEST_F()
386 EXPECT_NEAR(loss_account.LossRatio(), 0.0f, 0.001f); in TEST_F()