Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc47 last_report_old_packets_(0), in StreamStatisticianImpl()
246 receive_counters_.retransmitted.packets - last_report_old_packets_; in CalculateRtcpStatistics()
277 last_report_old_packets_ = receive_counters_.retransmitted.packets; in CalculateRtcpStatistics()
Dreceive_statistics_impl.h88 uint32_t last_report_old_packets_; variable