Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dpacket_loss_stats.cc27 multiple_loss_historic_event_count_(0), in PacketLossStats()
73 *out_multiple_loss_event_count = multiple_loss_historic_event_count_; in ComputeLossCounts()
128 multiple_loss_historic_event_count_++; in PruneBuffer()
Dpacket_loss_stats.h47 int multiple_loss_historic_event_count_; variable