Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dpacket_loss_stats.cc28 multiple_loss_historic_packet_count_(0) {} in PacketLossStats()
74 *out_multiple_loss_packet_count = multiple_loss_historic_packet_count_; in ComputeLossCounts()
129 multiple_loss_historic_packet_count_ += remove_count; in PruneBuffer()
Dpacket_loss_stats.h48 int multiple_loss_historic_packet_count_; variable