linux/drivers/media/platform/sunxi/sun6i-csi
Chen-Yu Tsai 35deee1418 media: sun6i: Add support for JPEG media bus format
The CSI controller can take raw data from the data bus and output it
directly to capture buffers. This can be used to support the JPEG media
bus format.

While the controller can report minimum and maximum bytes per line, it
has no way to report how many lines were captured in the last frame.
Thus, even when the on-bus data is framed correctly, we have no way to
accertain the actual amount of data captured, unless we scan the buffer
for JPEG EOI markers, or sequential zeros. For now we leave bytesused
alone, and leave it up to userspace applications to parse the data.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-02-18 15:27:08 -05:00
..
Kconfig
Makefile
sun6i_csi_reg.h media: sun6i: manually fix other coding style issues 2018-11-23 05:16:24 -05:00
sun6i_csi.c media: sun6i: Add support for JPEG media bus format 2019-02-18 15:27:08 -05:00
sun6i_csi.h media: sun6i: Add support for JPEG media bus format 2019-02-18 15:27:08 -05:00
sun6i_video.c media: sun6i: Add support for JPEG media bus format 2019-02-18 15:27:08 -05:00
sun6i_video.h