aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/media/uapi/v4l/pixfmt-003.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/media/uapi/v4l/pixfmt-003.rst')
-rw-r--r--Documentation/media/uapi/v4l/pixfmt-003.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-003.rst b/Documentation/media/uapi/v4l/pixfmt-003.rst
index 6ec8ce639764..b214b818baa7 100644
--- a/Documentation/media/uapi/v4l/pixfmt-003.rst
+++ b/Documentation/media/uapi/v4l/pixfmt-003.rst
@@ -4,17 +4,17 @@
Multi-planar format structures
******************************
-The :ref:`struct v4l2_plane_pix_format <v4l2-plane-pix-format>` structures define size
+The :c:type:`struct v4l2_plane_pix_format <v4l2_plane_pix_format>` structures define size
and layout for each of the planes in a multi-planar format. The
-:ref:`struct v4l2_pix_format_mplane <v4l2-pix-format-mplane>` structure contains
+:c:type:`struct v4l2_pix_format_mplane <v4l2_pix_format_mplane>` structure contains
information common to all planes (such as image width and height) and an
-array of :ref:`struct v4l2_plane_pix_format <v4l2-plane-pix-format>` structures,
+array of :c:type:`struct v4l2_plane_pix_format <v4l2_plane_pix_format>` structures,
describing all planes of that format.
.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}|
-.. _v4l2-plane-pix-format:
+.. c:type:: v4l2_plane_pix_format
.. flat-table:: struct v4l2_plane_pix_format
:header-rows: 0
@@ -37,7 +37,7 @@ describing all planes of that format.
- ``bytesperline``
- Distance in bytes between the leftmost pixels in two adjacent
- lines. See struct :ref:`v4l2_pix_format <v4l2-pix-format>`.
+ lines. See struct :c:type:`v4l2_pix_format`.
- .. row 3
@@ -51,7 +51,7 @@ describing all planes of that format.
.. tabularcolumns:: |p{4.4cm}|p{5.6cm}|p{7.5cm}|
-.. _v4l2-pix-format-mplane:
+.. c:type:: v4l2_pix_format_mplane
.. flat-table:: struct v4l2_pix_format_mplane
:header-rows: 0
@@ -66,7 +66,7 @@ describing all planes of that format.
- ``width``
- Image width in pixels. See struct
- :ref:`v4l2_pix_format <v4l2-pix-format>`.
+ :c:type:`v4l2_pix_format`.
- .. row 2
@@ -75,7 +75,7 @@ describing all planes of that format.
- ``height``
- Image height in pixels. See struct
- :ref:`v4l2_pix_format <v4l2-pix-format>`.
+ :c:type:`v4l2_pix_format`.
- .. row 3
@@ -92,7 +92,7 @@ describing all planes of that format.
- ``field``
- - See struct :ref:`v4l2_pix_format <v4l2-pix-format>`.
+ - See struct :c:type:`v4l2_pix_format`.
- .. row 5
@@ -100,11 +100,11 @@ describing all planes of that format.
- ``colorspace``
- - See struct :ref:`v4l2_pix_format <v4l2-pix-format>`.
+ - See struct :c:type:`v4l2_pix_format`.
- .. row 6
- - struct :ref:`v4l2_plane_pix_format <v4l2-plane-pix-format>`
+ - struct :c:type:`v4l2_plane_pix_format`
- ``plane_fmt[VIDEO_MAX_PLANES]``