Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h269 const uint32 ITUNES_COMPOSER_ATOM = FourCharConstToUint32('�', 'w', 'r', 't'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp649 type == ITUNES_COMPOSER_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/src/
Ditunesilstatom.cpp2282 else if (atomType == ITUNES_COMPOSER_ATOM) in ITunesILSTAtom()