HomeSort by relevance Sort by last modified time
    Searched defs:ProtectionSchemeInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/mp4/
box_definitions.cc 133 ProtectionSchemeInfo::ProtectionSchemeInfo() {}
134 ProtectionSchemeInfo::~ProtectionSchemeInfo() {}
135 FourCC ProtectionSchemeInfo::BoxType() const { return FOURCC_SINF; }
137 bool ProtectionSchemeInfo::Parse(BoxReader* reader) {
box_definitions.h 91 struct MEDIA_EXPORT ProtectionSchemeInfo : Box {
92 DECLARE_BOX_METHODS(ProtectionSchemeInfo);
182 ProtectionSchemeInfo sinf;
206 ProtectionSchemeInfo sinf;

Completed in 160 milliseconds