Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h268 const uint32 ITUNES_DISK_NUMBER_ATOM = FourCharConstToUint32('d', 'i', 's', 'k'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp656 type == ITUNES_DISK_NUMBER_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/src/
Ditunesilstatom.cpp2366 else if (atomType == ITUNES_DISK_NUMBER_ATOM) in ITunesILSTAtom()