Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp900 uint32_t colour_type; in parse() local
901 if (!source()->getUInt32(offset, &colour_type)) { in parse()
906 if (colour_type == FOURCC("nclx")) { in parse()
909 if ((colour_type != FOURCC("rICC")) && in parse()
910 (colour_type != FOURCC("prof"))) { in parse()