Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Duserdataatom.cpp46 if (atomPtr->getType() == ASSET_INFO_TITLE_ATOM) in ~PVA_FF_UserDataAtom()
Dassetinfoatoms.cpp24 : PVA_FF_FullAtom(ASSET_INFO_TITLE_ATOM, 0, 0) in PVA_FF_AssetInfoTitleAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h182 const uint32 ASSET_INFO_TITLE_ATOM = FourCharConstToUint32('t', 'i', 't', 'l'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp599 type == ASSET_INFO_TITLE_ATOM || in getNextAtomType()
968 type == ASSET_INFO_TITLE_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h192 const uint32 ASSET_INFO_TITLE_ATOM = FourCharConstToUint32('t', 'i', 't', 'l'); variable
/external/opencore/fileformats/mp4/parser/src/
Duserdataatom.cpp155 else if (atomType == ASSET_INFO_TITLE_ATOM) in UserDataAtom()