Home
last modified time | relevance | path

Searched refs:kRtxRedundantPayloads (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc449 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in EnableRtx()
2012 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
2438 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
2512 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
2566 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
2678 rtx_mode |= kRtxRedundantPayloads; in TEST_P()
2707 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
2771 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
2800 rtp_sender()->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_P()
Drtp_sender.cc386 (rtx_ & kRtxRedundantPayloads); in SupportsRtxPayloadPadding()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h106 kRtxRedundantPayloads = 0x2 // Preventively send redundant payloads enumerator
/external/webrtc/call/
Drtp_video_sender.cc667 kRtxRedundantPayloads); in ConfigureSsrcs()
/external/webrtc/modules/pacing/
Dpacket_router_unittest.cc105 ON_CALL(rtp_1, RtxSendStatus()).WillByDefault(Return(kRtxRedundantPayloads)); in TEST_F()