Home
last modified time | relevance | path

Searched refs:ESD_ATOM (Results 1 – 8 of 8) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Desdatom.cpp32 : PVA_FF_FullAtom(ESD_ATOM, (uint8)0, (uint32)0) in PVA_FF_ESDAtom()
/external/opencore/fileformats/mp4/parser/src/
Dmpegsampleentry.cpp50 if (atomType == ESD_ATOM) in MpegSampleEntry()
Daudiosampleentry.cpp64 if (atomType == ESD_ATOM) in AudioSampleEntry()
Dvisualsampleentry.cpp85 if (atomType == ESD_ATOM) in VisualSampleEntry()
Doma2boxes.cpp291 if (atomType == ESD_ATOM) in EcnaBox()
634 if (atomType == ESD_ATOM) in EcnvBox()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h120 const uint32 ESD_ATOM = FourCharConstToUint32('e', 's', 'd', 's'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp566 type == ESD_ATOM || in getNextAtomType()
928 type == ESD_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h105 const uint32 ESD_ATOM = FourCharConstToUint32('e', 's', 'd', 's'); variable