Searched refs:componentColorFormat (Results 1 – 1 of 1) sorted by relevance
1297 int32_t componentColorFormat = 0; in configure() local1315 if (msg->findInt32("android._color-format", &componentColorFormat)) { in configure()1316 config->mInputFormat->setInt32("android._color-format", componentColorFormat); in configure()1374 if (componentColorFormat != 0 && componentColorFormat != COLOR_FormatSurface) { in configure()1377 if (C2Mapper::mapPixelFormatFrameworkToCodec(componentColorFormat, &pixelFormat)) { in configure()