Home
last modified time | relevance | path

Searched refs:IsRtx (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc182 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()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dnack_rtx_unittest.cc113 if (!rtp_payload_registry_->IsRtx(header)) { in SendRtp()
127 if (rtp_payload_registry_->IsRtx(header)) { in SendRtp()
Drtp_payload_registry.cc226 bool RTPPayloadRegistry::IsRtx(const RTPHeader& header) const { in IsRtx() function in webrtc::RTPPayloadRegistry
327 return IsRed(header) || IsRtx(header); in IsEncapsulated()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_payload_registry.h86 bool IsRtx(const RTPHeader& header) const;
/external/webrtc/webrtc/video/
Dvie_receiver.cc353 } else if (rtp_payload_registry_->IsRtx(header)) { in ParseAndHandleEncapsulatingHeader()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1734 if (rtp_payload_registry_->IsRtx(header)) { in ReceivePacket()
1752 if (!rtp_payload_registry_->IsRtx(header)) in HandleRtxPacket()