Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h143 const uint32 CHUNK_OFFSET_ATOM = FourCharConstToUint32('s', 'r', 'c', 'o'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp569 type == CHUNK_OFFSET_ATOM || in getNextAtomType()
931 type == CHUNK_OFFSET_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h148 const uint32 CHUNK_OFFSET_ATOM = FourCharConstToUint32('s', 't', 'c', 'o'); variable
/external/opencore/fileformats/mp4/parser/src/
Dsampletableatom.cpp294 else if (atomType == CHUNK_OFFSET_ATOM) in SampleTableAtom()