Searched refs:kRtxOff (Results 1 – 5 of 5) sorted by relevance
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()
185 rtx_(kRtxOff), in RTPSender()454 if (rtx_ == kRtxOff) { in GeneratePadding()
110 ON_CALL(rtp_2, RtxSendStatus()).WillByDefault(Return(kRtxOff)); in TEST_F()147 ON_CALL(audio_module, RtxSendStatus()).WillByDefault(Return(kRtxOff)); in TEST_F()153 ON_CALL(video_module, RtxSendStatus()).WillByDefault(Return(kRtxOff)); in TEST_F()
104 kRtxOff = 0x0, enumerator