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

  /external/chromium_org/media/mp4/
box_definitions.cc 24 ProtectionSystemSpecificHeader::ProtectionSystemSpecificHeader() {}
25 ProtectionSystemSpecificHeader::~ProtectionSystemSpecificHeader() {}
26 FourCC ProtectionSystemSpecificHeader::BoxType() const { return FOURCC_PSSH; }
28 bool ProtectionSystemSpecificHeader::Parse(BoxReader* reader) {
box_definitions.h 42 struct MEDIA_EXPORT ProtectionSystemSpecificHeader : Box {
43 DECLARE_BOX_METHODS(ProtectionSystemSpecificHeader);
289 std::vector<ProtectionSystemSpecificHeader> pssh;
367 std::vector<ProtectionSystemSpecificHeader> pssh;

Completed in 450 milliseconds