Home
last modified time | relevance | path

Searched refs:GetProtectionType (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format.h46 virtual ProtectionType GetProtectionType() = 0;
Drtp_format_video_generic.h48 ProtectionType GetProtectionType() override;
Drtp_format_vp9.h40 ProtectionType GetProtectionType() override;
Drtp_format_h264.h44 ProtectionType GetProtectionType() override;
Drtp_format_video_generic.cc77 ProtectionType RtpPacketizerGeneric::GetProtectionType() { in GetProtectionType() function in webrtc::RtpPacketizerGeneric
Drtp_format_vp8.h82 ProtectionType GetProtectionType() override;
Drtp_format_vp9_unittest.cc440 EXPECT_EQ(kProtectedPacket, packetizer_->GetProtectionType()); in TEST_F()
455 EXPECT_EQ(kUnprotectedPacket, packetizer_->GetProtectionType()); in TEST_F()
Drtp_sender_video.cc315 packetizer->GetProtectionType() == kProtectedPacket); in SendVideo()
Drtp_format_h264.cc333 ProtectionType RtpPacketizerH264::GetProtectionType() { in GetProtectionType() function in webrtc::RtpPacketizerH264
Drtp_format_vp8.cc230 ProtectionType RtpPacketizerVp8::GetProtectionType() { in GetProtectionType() function in webrtc::RtpPacketizerVp8
Drtp_format_vp9.cc491 ProtectionType RtpPacketizerVp9::GetProtectionType() { in GetProtectionType() function in webrtc::RtpPacketizerVp9