Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dpacket_receive_stats_tracker.cc68 report->SetCumulativePacketsLost( in PopulateNextReport()
Drtcp_common.h113 void SetCumulativePacketsLost(int64_t num_apparently_sent,
Drtcp_common.cc170 void RtcpReportBlock::SetCumulativePacketsLost(int64_t num_apparently_sent, in SetCumulativePacketsLost() function in openscreen::cast::RtcpReportBlock
Drtcp_common_unittest.cc243 report.SetCumulativePacketsLost(num_apparently_sent, num_received); in TEST()