Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1297 int32_t componentColorFormat = 0; in configure() local
1315 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()