mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 07:06:38 +07:00
[media] omap3isp: video: Add YUYV8_2X8 and UYVY8_2X8 support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
1697e49a0b
commit
0810fd9c53
@ -114,6 +114,12 @@ static struct isp_format_info formats[] = {
|
||||
{ V4L2_MBUS_FMT_YUYV8_1X16, V4L2_MBUS_FMT_YUYV8_1X16,
|
||||
V4L2_MBUS_FMT_YUYV8_1X16, 0,
|
||||
V4L2_PIX_FMT_YUYV, 16, 2, },
|
||||
{ V4L2_MBUS_FMT_UYVY8_2X8, V4L2_MBUS_FMT_UYVY8_2X8,
|
||||
V4L2_MBUS_FMT_UYVY8_2X8, 0,
|
||||
V4L2_PIX_FMT_UYVY, 8, 2, },
|
||||
{ V4L2_MBUS_FMT_YUYV8_2X8, V4L2_MBUS_FMT_YUYV8_2X8,
|
||||
V4L2_MBUS_FMT_YUYV8_2X8, 0,
|
||||
V4L2_PIX_FMT_YUYV, 8, 2, },
|
||||
};
|
||||
|
||||
const struct isp_format_info *
|
||||
|
Loading…
Reference in New Issue
Block a user