Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dmediaatom.cpp65 (atomType == MEDIA_INFORMATION_ATOM) || in MediaAtom()
74 || (atomType == MEDIA_INFORMATION_ATOM)) in MediaAtom()
90 if (atomType == MEDIA_INFORMATION_ATOM) in MediaAtom()
/external/opencore/fileformats/mp4/composer/src/
Dmediainformationatom.cpp44 : PVA_FF_Atom(MEDIA_INFORMATION_ATOM) in PVA_FF_MediaInformationAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h128 const uint32 MEDIA_INFORMATION_ATOM = FourCharConstToUint32('m', 'i', 'n', 'f'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp552 type == MEDIA_INFORMATION_ATOM || in getNextAtomType()
914 type == MEDIA_INFORMATION_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h133 const uint32 MEDIA_INFORMATION_ATOM = FourCharConstToUint32('m', 'i', 'n', 'f'); variable