Searched refs:RtxStatus (Results 1 – 5 of 5) sorted by relevance
110 int RtxStatus() const RTC_LOCKS_EXCLUDED(send_mutex_);
149 return rtp_sender_ ? rtp_sender_->packet_generator.RtxStatus() : kRtxOff; in RtxSendStatus()679 if (rtp_sender_->packet_generator.RtxStatus() != kRtxOff) { in OnReceivedRtcpReportBlocks()
205 return rtp_sender_ ? rtp_sender_->packet_generator.RtxStatus() : kRtxOff; in RtxSendStatus()772 if (rtp_sender_->packet_generator.RtxStatus() != kRtxOff) { in OnReceivedRtcpReportBlocks()
283 int RTPSender::RtxStatus() const { in RtxStatus() function in webrtc::RTPSender312 const bool rtx = (RtxStatus() & kRtxRetransmitted) > 0; in ReSendPacket()
434 (rtp_sender_->RtxStatus() ? kRtxHeaderSize : 0); in SendVideo()