Home
last modified time | relevance | path

Searched refs:ProtectionSchemeInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/formats/mp4/
Dbox_definitions.h95 struct MEDIA_EXPORT ProtectionSchemeInfo : Box { struct
96 DECLARE_BOX_METHODS(ProtectionSchemeInfo);
196 ProtectionSchemeInfo sinf;
220 ProtectionSchemeInfo sinf;
Dbox_definitions.cc133 ProtectionSchemeInfo::ProtectionSchemeInfo() {} in ProtectionSchemeInfo() function in media::mp4::ProtectionSchemeInfo
134 ProtectionSchemeInfo::~ProtectionSchemeInfo() {} in ~ProtectionSchemeInfo()
135 FourCC ProtectionSchemeInfo::BoxType() const { return FOURCC_SINF; } in BoxType()
137 bool ProtectionSchemeInfo::Parse(BoxReader* reader) { in Parse()
Dtrack_run_iterator_unittest.cc212 ProtectionSchemeInfo* sinf; in AddEncryption()