HomeSort by relevance Sort by last modified time
    Searched refs:kRtxRedundantPayloads (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp_defines.h 142 kRtxRedundantPayloads = 0x2 // Preventively send redundant payloads
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 566 senders_[i]->SetRTXSendStatus(kRtxRetransmitted | kRtxRedundantPayloads);
rtp_sender.cc 462 if ((rtx_ & kRtxRedundantPayloads) == 0)
557 payload_type = ((rtx_ & kRtxRedundantPayloads) > 0) ? payload_type_rtx_
    [all...]
rtp_sender_unittest.cc 691 rtp_sender_->SetRTXStatus(kRtxRetransmitted | kRtxRedundantPayloads);
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 902 rtx_settings |= kRtxRedundantPayloads;
    [all...]

Completed in 148 milliseconds