Home
last modified time | relevance | path

Searched refs:ASSET_INFO_ALBUM_ATOM (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp608 type == ASSET_INFO_ALBUM_ATOM || in getNextAtomType()
977 type == ASSET_INFO_ALBUM_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h201 const uint32 ASSET_INFO_ALBUM_ATOM = FourCharConstToUint32('a', 'l', 'b', 'm'); variable
/external/opencore/fileformats/mp4/parser/src/
Duserdataatom.cpp336 else if (atomType == ASSET_INFO_ALBUM_ATOM) in UserDataAtom()