Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dimpeg4file.cpp246 || (atomType == MOVIE_ATOM) in IsXXXable()
256 if (atomType == MOVIE_ATOM) in IsXXXable()
422 || (atomType == MOVIE_ATOM) in IsXXXable()
432 if (atomType == MOVIE_ATOM) in IsXXXable()
535 else if (atomType == MOVIE_ATOM) in IsProgressiveDownloadable()
633 else if (atomType == MOVIE_ATOM) in GetMetaDataSize()
Dmpeg4file.cpp331 else if (atomType == MOVIE_ATOM) in Mpeg4File()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h117 const uint32 MOVIE_ATOM = FourCharConstToUint32('m', 'o', 'o', 'v'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp542 if (type == MOVIE_ATOM || in getNextAtomType()
904 if (type == MOVIE_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h102 const uint32 MOVIE_ATOM = FourCharConstToUint32('m', 'o', 'o', 'v'); variable
/external/opencore/fileformats/mp4/composer/src/
Dmovieatom.cpp36 : PVA_FF_Atom(MOVIE_ATOM) in PVA_FF_MovieAtom()