Searched refs:flexPlanarPixelFormat (Results 1 – 1 of 1) sorted by relevance
1022 std::optional<uint32_t> flexPlanarPixelFormat{}; in configure() local1039 if (desc.layout == C2Color::PLANAR_PACKED && !flexPlanarPixelFormat) { in configure()1040 flexPlanarPixelFormat = desc.pixelFormat; in configure()1074 format = flexPlanarPixelFormat.value_or( in configure()