Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc126 loss_account_.Add(LinkedSetPacketLossRatio()); in UpdateLoss()
144 loss_account_.Subtract(LinkedSetPacketLossRatio()); in RelieveSetAndUpdateLoss()
153 LossAccount BweReceiver::LinkedSetPacketLossRatio() { in LinkedSetPacketLossRatio() function in webrtc::testing::bwe::BweReceiver
Dbwe_unittest.cc365 LossAccount loss_account = bwe_receiver_.LinkedSetPacketLossRatio(); in TEST_F()
378 loss_account = bwe_receiver_.LinkedSetPacketLossRatio(); in TEST_F()
385 loss_account = bwe_receiver_.LinkedSetPacketLossRatio(); in TEST_F()
Dbwe.h168 LossAccount LinkedSetPacketLossRatio();