Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc215 Packets::size_type remaining_packets = 0; in TestLossFilter() local
224 remaining_packets += packets.size(); in TestLossFilter()
226 EXPECT_EQ(0u, remaining_packets); in TestLossFilter()
240 remaining_packets += packets.size(); in TestLossFilter()
248 EXPECT_EQ(expected_packets, remaining_packets); in TestLossFilter()
251 EXPECT_NEAR(expected_packets, remaining_packets, 100); in TestLossFilter()