[libcamera-devel] [PATCH v2 3/7] libcamera: v4l2_pixelformat: Add entries for NV24 and NV42
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Wed Sep 8 11:26:18 CEST 2021
Hi Paul,
Thank you for the patch.
On Wed, Sep 08, 2021 at 05:14:33PM +0900, Paul Elder wrote:
> The entries for NV24 and NV42 were missing from the V4L2PixelFormat map.
> Add them.
>
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> src/libcamera/v4l2_pixelformat.cpp | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/src/libcamera/v4l2_pixelformat.cpp b/src/libcamera/v4l2_pixelformat.cpp
> index e0956442..0a8312c4 100644
> --- a/src/libcamera/v4l2_pixelformat.cpp
> +++ b/src/libcamera/v4l2_pixelformat.cpp
> @@ -97,6 +97,10 @@ const std::map<V4L2PixelFormat, V4L2PixelFormat::Info> vpf2pf{
> { formats::NV21, "Y/CrCb 4:2:0" } },
> { V4L2PixelFormat(V4L2_PIX_FMT_NV21M),
> { formats::NV21, "Y/CrCb 4:2:0 (N-C)" } },
> + { V4L2PixelFormat(V4L2_PIX_FMT_NV24),
> + { formats::NV24, "Y/CbCr 4:4:4" } },
> + { V4L2PixelFormat(V4L2_PIX_FMT_NV42),
> + { formats::NV42, "Y/CrCb 4:4:4" } },
> { V4L2PixelFormat(V4L2_PIX_FMT_YUV420),
> { formats::YUV420, "Planar YUV 4:2:0" } },
> { V4L2PixelFormat(V4L2_PIX_FMT_YUV420M),
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list