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

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

Completed in 119 milliseconds