Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h276 const uint32 ITUNES_GROUPING2_ATOM = FourCharConstToUint32('g', 'r', 'u', 'p'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp652 type == ITUNES_GROUPING2_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/src/
Ditunesilstatom.cpp2297 else if ((atomType == ITUNES_GROUPING1_ATOM) || (atomType == ITUNES_GROUPING2_ATOM)) in ITunesILSTAtom()