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

  /external/chromium_org/media/formats/mp4/
box_definitions.h 46 struct MEDIA_EXPORT ProtectionSystemSpecificHeader : Box {
47 DECLARE_BOX_METHODS(ProtectionSystemSpecificHeader);
315 std::vector<ProtectionSystemSpecificHeader> pssh;
429 std::vector<ProtectionSystemSpecificHeader> pssh;
mp4_stream_parser.h 55 const std::vector<ProtectionSystemSpecificHeader>& headers);
box_definitions.cc 24 ProtectionSystemSpecificHeader::ProtectionSystemSpecificHeader() {}
25 ProtectionSystemSpecificHeader::~ProtectionSystemSpecificHeader() {}
26 FourCC ProtectionSystemSpecificHeader::BoxType() const { return FOURCC_PSSH; }
28 bool ProtectionSystemSpecificHeader::Parse(BoxReader* reader) {
mp4_stream_parser.cc 338 const std::vector<ProtectionSystemSpecificHeader>& headers) {

Completed in 31 milliseconds