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

  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 164 module_->SetRtxSendStatus(kRtxOff);
165 EXPECT_EQ(kRtxOff, module_->RtxSendStatus());
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 114 kRtxOff = 0x0,
  /external/webrtc/webrtc/video/
vie_channel.cc 260 if (rtp_rtcp_modules_[0]->RtxSendStatus() != kRtxOff) {
703 enable ? kRtxRetransmitted | kRtxRedundantPayloads : kRtxOff;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 177 rtx_(kRtxOff),
631 if (rtx_ == kRtxOff) {
738 int rtx = kRtxOff;
    [all...]
rtp_rtcp_impl.cc 974 if (rtp_sender_.RtxStatus() != kRtxOff)

Completed in 98 milliseconds