Searched refs:IsRtx (Results 1 – 6 of 6) sorted by relevance
182 EXPECT_TRUE(rtp_payload_registry_->IsRtx(rtx_header)); in TEST_F()184 EXPECT_FALSE(rtp_payload_registry_->IsRtx(rtx_header)); in TEST_F()187 EXPECT_TRUE(rtp_payload_registry_->IsRtx(rtx_header)); in TEST_F()
113 if (!rtp_payload_registry_->IsRtx(header)) { in SendRtp()127 if (rtp_payload_registry_->IsRtx(header)) { in SendRtp()
226 bool RTPPayloadRegistry::IsRtx(const RTPHeader& header) const { in IsRtx() function in webrtc::RTPPayloadRegistry327 return IsRed(header) || IsRtx(header); in IsEncapsulated()
86 bool IsRtx(const RTPHeader& header) const;
353 } else if (rtp_payload_registry_->IsRtx(header)) { in ParseAndHandleEncapsulatingHeader()
1734 if (rtp_payload_registry_->IsRtx(header)) { in ReceivePacket()1752 if (!rtp_payload_registry_->IsRtx(header)) in HandleRtxPacket()