Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1023 std::optional<uint32_t> flexSemiPlanarPixelFormat{}; in configure() local
1042 if (desc.layout == C2Color::SEMIPLANAR_PACKED && !flexSemiPlanarPixelFormat) { in configure()
1043 flexSemiPlanarPixelFormat = desc.pixelFormat; in configure()
1053 if (flexSemiPlanarPixelFormat) { in configure()
1079 format = flexSemiPlanarPixelFormat.value_or( in configure()