Home
last modified time | relevance | path

Searched refs:SKIP_ATOM (Results 1 – 5 of 5) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dimpeg4file.cpp243 || (atomType == SKIP_ATOM) in IsXXXable()
419 || (atomType == SKIP_ATOM) in IsXXXable()
522 (atomType == SKIP_ATOM) || in IsProgressiveDownloadable()
619 (atomType == SKIP_ATOM) || in GetMetaDataSize()
Dmpeg4file.cpp130 if ((atomType == SKIP_ATOM) in Mpeg4File()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h149 const uint32 SKIP_ATOM = FourCharConstToUint32('f', 'r', 'e', 'e'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp576 type == SKIP_ATOM || in getNextAtomType()
938 type == SKIP_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h155 const uint32 SKIP_ATOM = FourCharConstToUint32('s', 'k', 'i', 'p'); variable