Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Duserdataatom.cpp71 else if (atomPtr->getType() == ASSET_INFO_RATING_ATOM) in ~PVA_FF_UserDataAtom()
Dassetinfoatoms.cpp78 : PVA_FF_FullAtom(ASSET_INFO_RATING_ATOM, 0, 0) in PVA_FF_AssetInfoRatingAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h187 const uint32 ASSET_INFO_RATING_ATOM = FourCharConstToUint32('r', 't', 'n', 'g'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp604 type == ASSET_INFO_RATING_ATOM || in getNextAtomType()
973 type == ASSET_INFO_RATING_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h197 const uint32 ASSET_INFO_RATING_ATOM = FourCharConstToUint32('r', 't', 'n', 'g'); variable
/external/opencore/fileformats/mp4/parser/src/
Duserdataatom.cpp255 else if (atomType == ASSET_INFO_RATING_ATOM) in UserDataAtom()