Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc206 return rtp_sender_.RtxStatus(); in RtxSendStatus()
974 if (rtp_sender_.RtxStatus() != kRtxOff) in SetRtcpReceiverSsrcs()
Drtp_sender.h230 int RtxStatus() const;
Drtp_sender.cc410 int RTPSender::RtxStatus() const { in RtxStatus() function in webrtc::RTPSender