Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dpacket_loss_stats.cc25 multiple_loss_historic_event_count_(0), in PacketLossStats()
69 *out_multiple_loss_event_count = multiple_loss_historic_event_count_; in ComputeLossCounts()
124 multiple_loss_historic_event_count_++; in PruneBuffer()
Dpacket_loss_stats.h46 int multiple_loss_historic_event_count_; variable