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);
287 std::vector<ProtectionSystemSpecificHeader> pssh;
343 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 331 const std::vector<ProtectionSystemSpecificHeader>& headers) {

Completed in 288 milliseconds