Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_unittest.cc363 EXPECT_NEAR(bwe_receiver_.GlobalReceiverPacketLossRatio(), 0.0f, 0.001f); in TEST_F()
389 EXPECT_NEAR(bwe_receiver_.GlobalReceiverPacketLossRatio(), 0.5f, 0.001f); in TEST_F()
Dpacket_receiver.cc139 return bwe_receiver_->GlobalReceiverPacketLossRatio(); in GlobalPacketLoss()
Dbwe.h147 float GlobalReceiverPacketLossRatio(); // Plot histogram.
Dbwe.cc147 float BweReceiver::GlobalReceiverPacketLossRatio() { in GlobalReceiverPacketLossRatio() function in webrtc::testing::bwe::BweReceiver