Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_transceiver_config.h81 size_t num_sent_bytes() const { return num_sent_bytes_; } in num_sent_bytes() function
Drtcp_transceiver_impl.cc630 if (stats.num_sent_bytes() < rtp_sender.last_num_sent_bytes) { in FillReports()
635 if (stats.num_sent_bytes() == rtp_sender.last_num_sent_bytes) { in FillReports()
639 rtp_sender.last_num_sent_bytes = stats.num_sent_bytes(); in FillReports()
645 sender_report.SetOctetCount(stats.num_sent_bytes()); in FillReports()