HomeSort by relevance Sort by last modified time
    Searched full:rtx_stats (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 333 StreamDataCounters rtx_stats; local
334 rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
340 rtx_stats.transmitted.packets;
342 rtx_stats.transmitted.payload_bytes;
583 StreamDataCounters rtx_stats; local
584 rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
590 rtx_stats.transmitted.payload_bytes +
591 rtx_stats.transmitted.padding_bytes +
592 rtx_stats.transmitted.header_bytes;
596 rtx_stats.transmitted.packets
    [all...]
rtp_sender_unittest.cc 1341 StreamDataCounters rtx_stats; local
    [all...]
rtp_sender.h 135 StreamDataCounters* rtx_stats) const;
rtp_sender.cc     [all...]

Completed in 761 milliseconds