Searched refs:ProtectionSchemeInfo (Results 1 – 3 of 3) sorted by relevance
95 struct MEDIA_EXPORT ProtectionSchemeInfo : Box { struct96 DECLARE_BOX_METHODS(ProtectionSchemeInfo);196 ProtectionSchemeInfo sinf;220 ProtectionSchemeInfo sinf;
133 ProtectionSchemeInfo::ProtectionSchemeInfo() {} in ProtectionSchemeInfo() function in media::mp4::ProtectionSchemeInfo134 ProtectionSchemeInfo::~ProtectionSchemeInfo() {} in ~ProtectionSchemeInfo()135 FourCC ProtectionSchemeInfo::BoxType() const { return FOURCC_SINF; } in BoxType()137 bool ProtectionSchemeInfo::Parse(BoxReader* reader) { in Parse()
212 ProtectionSchemeInfo* sinf; in AddEncryption()