OpenCloudOS-Kernel/drivers/media/platform/imx-jpeg
Ming Qian 784a1883cf media: imx-jpeg: use NV12M to represent non contiguous NV12
V4L2_PIX_FMT_NV12 requires num_planes equals to 1,
V4L2_PIX_FMT_NV12M requires num_planes equals to 2.
and mxc-jpeg supports 2 planes for nv12,
so we should use 4L2_PIX_FMT_NV12M instead of V4L2_PIX_FMT_NV12,
otherwise it will confuses gstreamer and prevent encoding and decoding.

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
Reviewed-by: Mirela Rabulea <mirela.rabulea@oss.nxp.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2022-01-23 21:18:43 +01:00
..
Kconfig media: VIDEO_IMX8_JPEG should depend on ARCH_MXC and not default to m 2021-04-06 16:12:16 +02:00
Makefile
mxc-jpeg-hw.c
mxc-jpeg-hw.h
mxc-jpeg.c media: imx-jpeg: use NV12M to represent non contiguous NV12 2022-01-23 21:18:43 +01:00
mxc-jpeg.h media: imx-jpeg: Add pm-runtime support for imx-jpeg 2021-10-19 08:08:39 +01:00