Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dimpeg4file.cpp247 || (atomType == MEDIA_DATA_ATOM) in IsXXXable()
264 else if (atomType == MEDIA_DATA_ATOM) in IsXXXable()
423 || (atomType == MEDIA_DATA_ATOM) in IsXXXable()
440 else if (atomType == MEDIA_DATA_ATOM) in IsXXXable()
541 else if (atomType == MEDIA_DATA_ATOM) in IsProgressiveDownloadable()
639 else if (atomType == MEDIA_DATA_ATOM) in GetMetaDataSize()
Dmpeg4file.cpp134 || (atomType == MEDIA_DATA_ATOM)) in Mpeg4File()
2704 else if (atomType == MEDIA_DATA_ATOM) in getNextBundledAccessUnits()
3305 else if (atomType == MEDIA_DATA_ATOM) in getOffsetByTime()
3706 else if (atomType == MEDIA_DATA_ATOM) in resetPlayback()
4011 else if (atomType == MEDIA_DATA_ATOM) in resetPlayback()
4507 else if (atomType == MEDIA_DATA_ATOM) in peekNextBundledAccessUnits()
/external/opencore/fileformats/mp4/composer/src/
Dmediadataatom.cpp50 : PVA_FF_Atom(MEDIA_DATA_ATOM) in PVA_FF_MediaDataAtom()
92 : PVA_FF_Atom(MEDIA_DATA_ATOM) in PVA_FF_MediaDataAtom()
142 : PVA_FF_Atom(MEDIA_DATA_ATOM) in PVA_FF_MediaDataAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h148 const uint32 MEDIA_DATA_ATOM = FourCharConstToUint32('m', 'd', 'a', 't'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp574 type == MEDIA_DATA_ATOM || in getNextAtomType()
936 type == MEDIA_DATA_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h153 const uint32 MEDIA_DATA_ATOM = FourCharConstToUint32('m', 'd', 'a', 't'); variable