Lines Matching refs:FourCC
16 FourCC FileType::BoxType() const { return FOURCC_FTYP; } in BoxType()
20 size_t num_brands = (reader->size() - reader->pos()) / sizeof(FourCC); in Parse()
21 return reader->SkipBytes(sizeof(FourCC) * num_brands); // compatible_brands in Parse()
26 FourCC ProtectionSystemSpecificHeader::BoxType() const { return FOURCC_PSSH; } in BoxType()
44 FourCC SampleAuxiliaryInformationOffset::BoxType() const { return FOURCC_SAIO; } in BoxType()
70 FourCC SampleAuxiliaryInformationSize::BoxType() const { return FOURCC_SAIZ; } in BoxType()
86 FourCC OriginalFormat::BoxType() const { return FOURCC_FRMA; } in BoxType()
94 FourCC SchemeType::BoxType() const { return FOURCC_SCHM; } in BoxType()
107 FourCC TrackEncryption::BoxType() const { return FOURCC_TENC; } in BoxType()
127 FourCC SchemeInfo::BoxType() const { return FOURCC_SCHI; } in BoxType()
135 FourCC ProtectionSchemeInfo::BoxType() const { return FOURCC_SINF; } in BoxType()
159 FourCC MovieHeader::BoxType() const { return FOURCC_MVHD; } in BoxType()
196 FourCC TrackHeader::BoxType() const { return FOURCC_TKHD; } in BoxType()
229 FourCC SampleDescription::BoxType() const { return FOURCC_STSD; } in BoxType()
250 FourCC SampleTable::BoxType() const { return FOURCC_STBL; } in BoxType()
259 FourCC EditList::BoxType() const { return FOURCC_ELST; } in BoxType()
289 FourCC Edit::BoxType() const { return FOURCC_EDTS; } in BoxType()
297 FourCC HandlerReference::BoxType() const { return FOURCC_HDLR; } in BoxType()
300 FourCC hdlr_type; in Parse()
321 FourCC AVCDecoderConfigurationRecord::BoxType() const { return FOURCC_AVCC; } in BoxType()
360 FourCC PixelAspectRatioBox::BoxType() const { return FOURCC_PASP; } in BoxType()
375 FourCC VideoSampleEntry::BoxType() const { in BoxType()
419 FourCC ElementaryStreamDescriptor::BoxType() const { in BoxType()
447 FourCC AudioSampleEntry::BoxType() const { in BoxType()
486 FourCC MediaHeader::BoxType() const { return FOURCC_MDHD; } in BoxType()
508 FourCC MediaInformation::BoxType() const { return FOURCC_MINF; } in BoxType()
517 FourCC Media::BoxType() const { return FOURCC_MDIA; } in BoxType()
537 FourCC Track::BoxType() const { return FOURCC_TRAK; } in BoxType()
549 FourCC MovieExtendsHeader::BoxType() const { return FOURCC_MEHD; } in BoxType()
568 FourCC TrackExtends::BoxType() const { return FOURCC_TREX; } in BoxType()
582 FourCC MovieExtends::BoxType() const { return FOURCC_MVEX; } in BoxType()
593 FourCC Movie::BoxType() const { return FOURCC_MOOV; } in BoxType()
606 FourCC TrackFragmentDecodeTime::BoxType() const { return FOURCC_TFDT; } in BoxType()
618 FourCC MovieFragmentHeader::BoxType() const { return FOURCC_MFHD; } in BoxType()
633 FourCC TrackFragmentHeader::BoxType() const { return FOURCC_TFHD; } in BoxType()
677 FourCC TrackFragmentRun::BoxType() const { return FOURCC_TRUN; } in BoxType()
737 FourCC TrackFragment::BoxType() const { return FOURCC_TRAF; } in BoxType()
752 FourCC MovieFragment::BoxType() const { return FOURCC_MOOF; } in BoxType()
764 FourCC IndependentAndDisposableSamples::BoxType() const { return FOURCC_SDTP; } in BoxType()