Home
last modified time | relevance | path

Searched refs:rtx_counters (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/video/
Dsend_statistics_proxy_unittest.cc2429 StreamDataCounters rtx_counters; in TEST_F() local
2443 rtx_counters.transmitted = counters.transmitted; in TEST_F()
2448 proxy->DataCountersUpdated(rtx_counters, kFirstRtxSsrc); in TEST_F()
2449 proxy->DataCountersUpdated(rtx_counters, kSecondRtxSsrc); in TEST_F()
2486 StreamDataCounters rtx_counters; in TEST_F() local
2501 rtx_counters.transmitted = counters.transmitted; in TEST_F()
2506 proxy->DataCountersUpdated(rtx_counters, kFirstRtxSsrc); in TEST_F()
2507 proxy->DataCountersUpdated(rtx_counters, kSecondRtxSsrc); in TEST_F()
2555 rtx_counters.transmitted = counters.transmitted; in TEST_F()
2560 proxy->DataCountersUpdated(rtx_counters, kFirstRtxSsrc); in TEST_F()
[all …]
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h200 StreamDataCounters* rtx_counters) const override;
Drtp_rtcp_interface.h365 StreamDataCounters* rtx_counters) const = 0;
Drtp_rtcp_impl2.cc493 StreamDataCounters* rtx_counters) const { in GetSendStreamDataCounters()
494 rtp_sender_->packet_sender.GetDataCounters(rtp_counters, rtx_counters); in GetSendStreamDataCounters()
Drtp_rtcp_impl.h203 StreamDataCounters* rtx_counters) const override;
Drtp_rtcp_impl.cc574 StreamDataCounters* rtx_counters) const { in GetSendStreamDataCounters()
575 rtp_sender_->packet_sender.GetDataCounters(rtp_counters, rtx_counters); in GetSendStreamDataCounters()