mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
Media references belong to V4L namespace. Fix a lot of broken links when including videodev2.h and probably fixing several other broken cross-references between different files inside media docs. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <b69fc5bd43da7d326b9f4720df59388088c64065.1759329363.git.mchehab+huawei@kernel.org>
41 lines
1.3 KiB
ReStructuredText
41 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
.. c:namespace:: V4L
|
|
|
|
.. _v4l2-meta-fmt-rpi-fe-cfg:
|
|
|
|
************************
|
|
V4L2_META_FMT_RPI_FE_CFG
|
|
************************
|
|
|
|
Raspberry Pi PiSP Front End configuration format
|
|
================================================
|
|
|
|
The Raspberry Pi PiSP Front End image signal processor is configured by
|
|
userspace by providing a buffer of configuration parameters to the
|
|
`rp1-cfe-fe-config` output video device node using the
|
|
:c:type:`v4l2_meta_format` interface.
|
|
|
|
The `Raspberry Pi PiSP technical specification
|
|
<https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf>`_
|
|
provide detailed description of the Front End configuration and programming
|
|
model.
|
|
|
|
.. _v4l2-meta-fmt-rpi-fe-stats:
|
|
|
|
**************************
|
|
V4L2_META_FMT_RPI_FE_STATS
|
|
**************************
|
|
|
|
Raspberry Pi PiSP Front End statistics format
|
|
=============================================
|
|
|
|
The Raspberry Pi PiSP Front End image signal processor provides statistics data
|
|
by writing to a buffer provided via the `rp1-cfe-fe-stats` capture video device
|
|
node using the
|
|
:c:type:`v4l2_meta_format` interface.
|
|
|
|
The `Raspberry Pi PiSP technical specification
|
|
<https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf>`_
|
|
provide detailed description of the Front End configuration and programming
|
|
model.
|