Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dtrackatom.cpp77 (atomType == MEDIA_ATOM) || in TrackAtom()
202 else if (atomType == MEDIA_ATOM) in TrackAtom()
/external/opencore/fileformats/mp4/composer/src/
Dmediaatom.cpp38 : PVA_FF_Atom(MEDIA_ATOM) in PVA_FF_MediaAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h123 const uint32 MEDIA_ATOM = FourCharConstToUint32('m', 'd', 'i', 'a'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp547 type == MEDIA_ATOM || in getNextAtomType()
909 type == MEDIA_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h128 const uint32 MEDIA_ATOM = FourCharConstToUint32('m', 'd', 'i', 'a'); variable