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

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

Completed in 47 milliseconds