summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/bayer_format.h
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2022-11-17 08:14:33 +0000
committerNaushir Patuck <naush@raspberrypi.com>2023-11-15 09:17:25 +0000
commitfb3cb844f2117f30d3eeece99d6ce4d02624e492 (patch)
treeb3f6e4690d410c268816910d706267115fea22b0 /include/libcamera/internal/bayer_format.h
parentea2a1505b4a72add1c6c10946720b40d082c605e (diff)
libcamera: formats: Add PiSP specific image and config buffer formats
Add the Raspberry Pi 5 PiSP specific verification format: - V4L2_PIX_FMT_RPI_BE Add the Raspberry Pi 5 PiSP specific compressed Bayer format types 1/2: - V4L2_PIX_FMT_PISP_COMP1_xxx - V4L2_PIX_FMT_PISP_COMP2_xxx Add the Raspberry Pi 5 PiSP Frontend and Backend config formats: - V4L2_META_FMT_RPI_FE_CFG - V4L2_META_FMT_RPI_BE_CFG Add the Raspberry Pi 5 PiSP Frontend statistics format: - V4L2_META_FMT_RPI_FE_STATS Add 16-bit Bayer formats: - MEDIA_BUS_FMT_Sxxx16_1X16 Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Diffstat (limited to 'include/libcamera/internal/bayer_format.h')
-rw-r--r--include/libcamera/internal/bayer_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcamera/internal/bayer_format.h b/include/libcamera/internal/bayer_format.h
index 78ba3969..164743f7 100644
--- a/include/libcamera/internal/bayer_format.h
+++ b/include/libcamera/internal/bayer_format.h
@@ -34,6 +34,8 @@ public:
None = 0,
CSI2 = 1,
IPU3 = 2,
+ PISP1 = 3,
+ PISP2 = 4,
};
constexpr BayerFormat()