Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_send_stream_tests.cc1059 packets_lost_(0), in TestPacketFragmentationSize()
1156 packets_lost_++; in TestPacketFragmentationSize()
1157 int loss_delta = packets_lost_ - last_packets_lost_; in TestPacketFragmentationSize()
1160 last_packets_lost_ = packets_lost_; in TestPacketFragmentationSize()
1165 packets_lost_, // Cumulative lost. in TestPacketFragmentationSize()
1242 uint32_t packets_lost_; in TestPacketFragmentationSize() member in webrtc::VideoSendStreamTest::TestPacketFragmentationSize::FrameFragmentationTest