Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Duserdataatom.cpp61 else if (atomPtr->getType() == ASSET_INFO_AUTHOR_ATOM) in ~PVA_FF_UserDataAtom()
Dassetinfoatoms.cpp60 : PVA_FF_FullAtom(ASSET_INFO_AUTHOR_ATOM, 0, 0) in PVA_FF_AssetInfoAuthorAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h186 const uint32 ASSET_INFO_AUTHOR_ATOM = FourCharConstToUint32('a', 'u', 't', 'h'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp602 type == ASSET_INFO_AUTHOR_ATOM || in getNextAtomType()
971 type == ASSET_INFO_AUTHOR_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h195 const uint32 ASSET_INFO_AUTHOR_ATOM = FourCharConstToUint32('a', 'u', 't', 'h'); variable
/external/opencore/fileformats/mp4/parser/src/
Duserdataatom.cpp216 else if (atomType == ASSET_INFO_AUTHOR_ATOM) in UserDataAtom()