Home
last modified time | relevance | path

Searched refs:COMPOSITION_OFFSET_ATOM (Results 1 – 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h139 const uint32 COMPOSITION_OFFSET_ATOM = FourCharConstToUint32('c', 't', 't', 's'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp564 type == COMPOSITION_OFFSET_ATOM || in getNextAtomType()
926 type == COMPOSITION_OFFSET_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h144 const uint32 COMPOSITION_OFFSET_ATOM = FourCharConstToUint32('c', 't', 't', 's'); variable
/external/opencore/fileformats/mp4/parser/src/
Dsampletableatom.cpp154 else if (atomType == COMPOSITION_OFFSET_ATOM) in SampleTableAtom()