Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h116 kRtxRedundantPayloads = 0x2 // Preventively send redundant payloads enumerator
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc879 rtp_sender_->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_F()
1326 rtp_sender_->SetRtxStatus(kRtxRetransmitted | kRtxRedundantPayloads); in TEST_F()
Drtp_sender.cc565 if ((rtx_ & kRtxRedundantPayloads) == 0) in TrySendRedundantPayloads()
/external/webrtc/webrtc/video/
Dvie_channel.cc703 enable ? kRtxRetransmitted | kRtxRedundantPayloads : kRtxOff; in SetRtxSendStatus()