Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_send_stream_tests.cc1061 last_packets_lost_(0), in TestPacketFragmentationSize()
1157 int loss_delta = packets_lost_ - last_packets_lost_; in TestPacketFragmentationSize()
1160 last_packets_lost_ = packets_lost_; in TestPacketFragmentationSize()
1244 uint32_t last_packets_lost_; in TestPacketFragmentationSize() member in webrtc::VideoSendStreamTest::TestPacketFragmentationSize::FrameFragmentationTest