Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dmpegsampleentry.cpp32 : PVA_FF_SampleEntry(MPEG_SAMPLE_ENTRY) in PVA_FF_MpegSampleEntry()
Dsampledescriptionatom.cpp212 else if (type == MPEG_SAMPLE_ENTRY) in ~PVA_FF_SampleDescriptionAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h156 const uint32 MPEG_SAMPLE_ENTRY = FourCharConstToUint32('m', 'p', '4', 's'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp586 type == MPEG_SAMPLE_ENTRY || in getNextAtomType()
948 type == MPEG_SAMPLE_ENTRY || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h170 const uint32 MPEG_SAMPLE_ENTRY = FourCharConstToUint32('m', 'p', '4', 's'); variable
/external/opencore/fileformats/mp4/parser/src/
Dsampledescriptionatom.cpp442 else if (pSampleEntryPtr->getType() == MPEG_SAMPLE_ENTRY) in ~SampleDescriptionAtom()