Home
last modified time | relevance | path

Searched refs:AVC_SAMPLE_ENTRY (Results 1 – 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Davcsampleentry.cpp26 : PVA_FF_SampleEntry(AVC_SAMPLE_ENTRY) in PVA_FF_AVCSampleEntry()
Dsampledescriptionatom.cpp195 else if (type == AVC_SAMPLE_ENTRY) in ~PVA_FF_SampleDescriptionAtom()
525 else if (entry->getType() == AVC_SAMPLE_ENTRY) in addSampleEntry()
/external/opencore/fileformats/mp4/parser/src/
Dsampledescriptionatom.cpp312 else if (atomType == AVC_SAMPLE_ENTRY) in SampleDescriptionAtom()
437 else if (pSampleEntryPtr->getType() == AVC_SAMPLE_ENTRY) in ~SampleDescriptionAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h176 const uint32 AVC_SAMPLE_ENTRY = FourCharConstToUint32('a', 'v', 'c', '1'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h205 const uint32 AVC_SAMPLE_ENTRY = FourCharConstToUint32('a', 'v', 'c', '1'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp611 type == AVC_SAMPLE_ENTRY || in getNextAtomType()