Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h110 int RtxStatus() const RTC_LOCKS_EXCLUDED(send_mutex_);
Drtp_rtcp_impl2.cc149 return rtp_sender_ ? rtp_sender_->packet_generator.RtxStatus() : kRtxOff; in RtxSendStatus()
679 if (rtp_sender_->packet_generator.RtxStatus() != kRtxOff) { in OnReceivedRtcpReportBlocks()
Drtp_rtcp_impl.cc205 return rtp_sender_ ? rtp_sender_->packet_generator.RtxStatus() : kRtxOff; in RtxSendStatus()
772 if (rtp_sender_->packet_generator.RtxStatus() != kRtxOff) { in OnReceivedRtcpReportBlocks()
Drtp_sender.cc283 int RTPSender::RtxStatus() const { in RtxStatus() function in webrtc::RTPSender
312 const bool rtx = (RtxStatus() & kRtxRetransmitted) > 0; in ReSendPacket()
Drtp_sender_video.cc434 (rtp_sender_->RtxStatus() ? kRtxHeaderSize : 0); in SendVideo()