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

  /external/chromium_org/media/mp4/
box_definitions.h 42 struct MEDIA_EXPORT ProtectionSystemSpecificHeader : Box {
43 DECLARE_BOX_METHODS(ProtectionSystemSpecificHeader);
289 std::vector<ProtectionSystemSpecificHeader> pssh;
367 std::vector<ProtectionSystemSpecificHeader> pssh;
mp4_stream_parser.h 54 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 330 const std::vector<ProtectionSystemSpecificHeader>& headers) {

Completed in 28 milliseconds