Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h277 const uint32 ITUNES_LYRICS_ATOM = FourCharConstToUint32('�', 'l', 'y', 'r'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp659 type == ITUNES_LYRICS_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/src/
Ditunesilstatom.cpp2381 else if (atomType == ITUNES_LYRICS_ATOM) in ITunesILSTAtom()