Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc832 counters = &rtp_stats_; in UpdateRtpStats()
985 rtp_stats_ = StreamDataCounters(); in ResetDataCounters()
988 rtp_stats_callback_->DataCountersUpdated(rtp_stats_, ssrc_); in ResetDataCounters()
995 return rtp_stats_.packets + rtx_rtp_stats_.packets; in Packets()
1001 return rtp_stats_.bytes + rtx_rtp_stats_.bytes; in Bytes()
Drtp_sender.h369 StreamDataCounters rtp_stats_; variable