1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/media/platform/nxp/imx-jpeg
Ming Qian c8027d79e0 media: imx-jpeg: Support for negotiating bytesperline with client
This mxc-jpeg driver doesn't allow the client to set the bytesperline,
but for some android cts case, it need to negotiate the bytesperline
between decoder and display, and fail the case if driver doesn't support
negotiating bytesperline

The jpegdec and jpegenc does support to set bytesperline which is
multiple of 2, and greater than the value calulated by driver.

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-02-16 11:46:32 +01:00
..
Kconfig media: Kconfig: cleanup VIDEO_DEV dependencies 2022-03-18 05:58:35 +01:00
Makefile media: platform: place NXP drivers on a separate dir 2022-03-14 09:42:59 +01:00
mxc-jpeg-hw.c media: imx-jpeg: Encoder add support for 12bit jpeg 2023-04-15 09:14:58 +01:00
mxc-jpeg-hw.h media: imx-jpeg: Remove unused declarations 2023-09-27 09:40:01 +02:00
mxc-jpeg.c media: imx-jpeg: Support for negotiating bytesperline with client 2024-02-16 11:46:32 +01:00
mxc-jpeg.h media: imx-jpeg: Support for negotiating bytesperline with client 2024-02-16 11:46:32 +01:00