Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dpacket_loss_stats.cc26 multiple_loss_historic_packet_count_(0) { in PacketLossStats()
70 *out_multiple_loss_packet_count = multiple_loss_historic_packet_count_; in ComputeLossCounts()
125 multiple_loss_historic_packet_count_ += remove_count; in PruneBuffer()
Dpacket_loss_stats.h47 int multiple_loss_historic_packet_count_; variable