Commit 249e5ba0 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: videodev2.h: add cross-references for defines



Remove most of ignore stuff for defines, pointing them to the
proper tables/sections.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 194acc56
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -217,26 +217,26 @@ that doesn't support them will return an ``EINVAL`` error code.

    -  .. row 3

       -  V4L2_DV_BT_CAP_INTERLACED
       -  ``V4L2_DV_BT_CAP_INTERLACED``

       -  Interlaced formats are supported.

    -  .. row 4

       -  V4L2_DV_BT_CAP_PROGRESSIVE
       -  ``V4L2_DV_BT_CAP_PROGRESSIVE``

       -  Progressive formats are supported.

    -  .. row 5

       -  V4L2_DV_BT_CAP_REDUCED_BLANKING
       -  ``V4L2_DV_BT_CAP_REDUCED_BLANKING``

       -  CVT/GTF specific: the timings can make use of reduced blanking
	  (CVT) or the 'Secondary GTF' curve (GTF).

    -  .. row 6

       -  V4L2_DV_BT_CAP_CUSTOM
       -  ``V4L2_DV_BT_CAP_CUSTOM``

       -  Can support non-standard timings, i.e. timings not belonging to
	  the standards set in the ``standards`` field.
+13 −13
Original line number Diff line number Diff line
@@ -109,8 +109,8 @@ EBUSY
       -  ``polarities``

       -  This is a bit mask that defines polarities of sync signals. bit 0
	  (V4L2_DV_VSYNC_POS_POL) is for vertical sync polarity and bit
	  1 (V4L2_DV_HSYNC_POS_POL) is for horizontal sync polarity. If
	  (``V4L2_DV_VSYNC_POS_POL``) is for vertical sync polarity and bit
	  1 (``V4L2_DV_HSYNC_POS_POL``) is for horizontal sync polarity. If
	  the bit is set (1) it is positive polarity and if is cleared (0),
	  it is negative polarity.

@@ -289,7 +289,7 @@ EBUSY

    -  .. row 3

       -  V4L2_DV_BT_656_1120
       -  ``V4L2_DV_BT_656_1120``

       -  0

@@ -317,25 +317,25 @@ EBUSY

    -  .. row 3

       -  V4L2_DV_BT_STD_CEA861
       -  ``V4L2_DV_BT_STD_CEA861``

       -  The timings follow the CEA-861 Digital TV Profile standard

    -  .. row 4

       -  V4L2_DV_BT_STD_DMT
       -  ``V4L2_DV_BT_STD_DMT``

       -  The timings follow the VESA Discrete Monitor Timings standard

    -  .. row 5

       -  V4L2_DV_BT_STD_CVT
       -  ``V4L2_DV_BT_STD_CVT``

       -  The timings follow the VESA Coordinated Video Timings standard

    -  .. row 6

       -  V4L2_DV_BT_STD_GTF
       -  ``V4L2_DV_BT_STD_GTF``

       -  The timings follow the VESA Generalized Timings Formula standard

@@ -361,7 +361,7 @@ EBUSY

    -  .. row 3

       -  V4L2_DV_FL_REDUCED_BLANKING
       -  ``V4L2_DV_FL_REDUCED_BLANKING``

       -  CVT/GTF specific: the timings use reduced blanking (CVT) or the
	  'Secondary GTF' curve (GTF). In both cases the horizontal and/or
@@ -371,7 +371,7 @@ EBUSY

    -  .. row 4

       -  V4L2_DV_FL_CAN_REDUCE_FPS
       -  ``V4L2_DV_FL_CAN_REDUCE_FPS``

       -  CEA-861 specific: set for CEA-861 formats with a framerate that is
	  a multiple of six. These formats can be optionally played at 1 /
@@ -383,11 +383,11 @@ EBUSY

    -  .. row 5

       -  V4L2_DV_FL_REDUCED_FPS
       -  ``V4L2_DV_FL_REDUCED_FPS``

       -  CEA-861 specific: only valid for video transmitters, the flag is
	  cleared by receivers. It is also only valid for formats with the
	  V4L2_DV_FL_CAN_REDUCE_FPS flag set, for other formats the
	  ``V4L2_DV_FL_CAN_REDUCE_FPS`` flag set, for other formats the
	  flag will be cleared by the driver. If the application sets this
	  flag, then the pixelclock used to set up the transmitter is
	  divided by 1.001 to make it compatible with NTSC framerates. If
@@ -396,7 +396,7 @@ EBUSY

    -  .. row 6

       -  V4L2_DV_FL_HALF_LINE
       -  ``V4L2_DV_FL_HALF_LINE``

       -  Specific to interlaced formats: if set, then the vertical
	  frontporch of field 1 (aka the odd field) is really one half-line
@@ -407,7 +407,7 @@ EBUSY

    -  .. row 7

       -  V4L2_DV_FL_IS_CE_VIDEO
       -  ``V4L2_DV_FL_IS_CE_VIDEO``

       -  If set, then this is a Consumer Electronics (CE) video format.
	  Such formats differ from other formats (commonly called IT
+350 −268

File changed.

Preview size limit exceeded, changes collapsed.