Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: Document v4l2-jpeg helper functions

Enable documentation for v4l2-jpeg header related helper functions which
are useful for parsing jpeg files while decoding or creating jpeg headers
while encoding.

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Devarsh Thakkar and committed by
Hans Verkuil
7dfa3259 b5bad839

+11
+1
Documentation/driver-api/media/v4l2-core.rst
··· 26 26 v4l2-tuner 27 27 v4l2-common 28 28 v4l2-tveeprom 29 + v4l2-jpeg
+10
Documentation/driver-api/media/v4l2-jpeg.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + V4L2 JPEG header related functions and data structures 4 + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5 + 6 + .. kernel-doc:: include/media/v4l2-jpeg.h 7 + :internal: 8 + 9 + .. kernel-doc:: drivers/media/v4l2-core/v4l2-jpeg.c 10 + :export: