[PATCH v2 02/11] include: videodev2: Add V4L2_META_FMT_RK_ISP1_EXT_PARAMS
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Thu Jul 4 18:20:26 CEST 2024
From: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
---
include/linux/videodev2.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 7fe522e85249..f3890072d913 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -829,6 +829,7 @@ struct v4l2_pix_format {
/* Vendor specific - used for RK_ISP1 camera sub-system */
#define V4L2_META_FMT_RK_ISP1_PARAMS v4l2_fourcc('R', 'K', '1', 'P') /* Rockchip ISP1 3A Parameters */
#define V4L2_META_FMT_RK_ISP1_STAT_3A v4l2_fourcc('R', 'K', '1', 'S') /* Rockchip ISP1 3A Statistics */
+#define V4L2_META_FMT_RK_ISP1_EXT_PARAMS v4l2_fourcc('R', 'K', '1', 'E') /* Rockchip ISP1 3a Extensible Parameters */
/* The metadata format identifier for BE configuration buffers. */
#define V4L2_META_FMT_RPI_BE_CFG v4l2_fourcc('R', 'P', 'B', 'C')
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list