libcamera: v4l2_subdevice: Add YUV8_1X24 media bus format

The format is used by the i.MX8 ISI driver that will be supported by the
simple pipeline handler.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart 2022-05-02 07:34:12 +03:00
parent afed56621e
commit 30d55d584a

View file

@ -93,6 +93,7 @@ const std::map<uint32_t, V4L2SubdeviceFormatInfo> formatInfoMap = {
{ MEDIA_BUS_FMT_VYUY10_1X20, { 20, "VYUY10_1X20" } },
{ MEDIA_BUS_FMT_YUYV10_1X20, { 20, "YUYV10_1X20" } },
{ MEDIA_BUS_FMT_YVYU10_1X20, { 20, "YVYU10_1X20" } },
{ MEDIA_BUS_FMT_YUV8_1X24, { 24, "YUV8_1X24" } },
{ MEDIA_BUS_FMT_YUV10_1X30, { 30, "YUV10_1X30" } },
{ MEDIA_BUS_FMT_AYUV8_1X32, { 32, "AYUV8_1X32" } },
{ MEDIA_BUS_FMT_UYVY12_2X12, { 24, "UYVY12_2X12" } },