Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp808 uint32_t colour_type; in parse() local
809 if (!source()->getUInt32(offset, &colour_type)) { in parse()
814 if (colour_type == FOURCC('n', 'c', 'l', 'x')) { in parse()
817 if ((colour_type != FOURCC('r', 'I', 'C', 'C')) && in parse()
818 (colour_type != FOURCC('p', 'r', 'o', 'f'))) { in parse()