Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h261 const uint32 ITUNES_ALBUM_ARTIST_ATOM = FourCharConstToUint32('a', 'A', 'R', 'T'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp648 type == ITUNES_ALBUM_ARTIST_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/src/
Ditunesilstatom.cpp2229 else if (atomType == ITUNES_ALBUM_ARTIST_ATOM) in ITunesILSTAtom()