Searched refs:standards (Results 1 – 25 of 92) sorted by relevance
1234
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | standard.rst | 9 Video devices typically support one or more different video standards or 10 variations of standards. Each video input and output may support another 11 set of standards. This set is reported by the ``std`` field of struct 18 worldwide, and sets aside bits for driver defined standards, e. g. 19 hybrid standards to watch NTSC video tapes on PAL TVs and vice versa. 21 standard, although presenting the user a menu of supported standards is 23 standards applications use the :ref:`VIDIOC_ENUMSTD` 26 Many of the defined standards are actually just variations of a few 27 major standards. The hardware may in fact not distinguish between them, 29 standards also contain sets of one or more standard bits. [all …]
|
D | vidioc-enumstd.rst | 12 VIDIOC_ENUMSTD - VIDIOC_SUBDEV_ENUMSTD - Enumerate supported video standards 43 bounds. To enumerate all standards applications shall begin at index 45 enumerate a different set of standards after switching the video input 64 standards listed in :ref:`v4l2-std-id`, or if bits 32 to 63 are 65 set as custom standards. Multiple bits can be set if the hardware 66 does not distinguish between these standards, however separate 118 as listed below and in :ref:`video-standards`. The 32 most 120 standards. 174 terrestrial digital TV standards. Presently the V4L2 API does not 241 .. _video-standards: [all …]
|
D | vidioc-dv-timings-cap.rst | 87 - ``standards`` 89 :ref:`dv-bt-standards` for a list of standards. 156 the standards set in the ``standards`` field.
|
D | vidioc-g-dv-timings.rst | 54 the formats in the :ref:`cea861` and :ref:`vesadmt` standards. If 142 - ``standards`` 145 :ref:`dv-bt-standards` for a list of standards. 214 .. _dv-bt-standards: 216 .. flat-table:: DV BT Timing standards 254 1.001 speed to be compatible with 60 Hz based standards such as
|
D | dv-timings.rst | 9 The video standards discussed so far have been dealing with Analog TV 23 standards.
|
D | vidioc-querystd.rst | 42 supported standards if for example the hardware can only distinguish 45 the set must contain all standards supported by the current video input
|
D | vidioc-enumoutput.rst | 88 - Every video output supports one or more different video standards. 89 This field is a set of all supported standards. For details on 90 video standards and how to switch see :ref:`standard`.
|
D | vidioc-enuminput.rst | 87 - Every video input supports one or more different video standards. 88 This field is a set of all supported standards. For details on 89 video standards and how to switch see :ref:`standard`.
|
D | vidioc-log-status.rst | 36 channels. Also many modern devices autodetect video and audio standards
|
D | vidioc-g-input.rst | 47 support different video standards, so the driver may implicitly switch
|
D | vidioc-g-output.rst | 48 may support different video standards, so the driver may implicitly
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dvbproperty.rst | 14 TV standards, and may change as the digital TV specs evolves. 19 generation standards appeared, the size of such union was not big 21 standards. Also, extending it would break userspace. 40 newer standards. Such API provides no suport or a very limited 41 support to new standards and/or new hardware. 114 provides abstraction to work with the supported digital TV standards and
|
D | intro.rst | 21 Various Digital TV standards documents are available for download at: 23 - European standards (DVB): http://www.dvb.org and/or http://www.etsi.org. 24 - American standards (ATSC): https://www.atsc.org/standards/ 25 - Japanese standards (ISDB): http://www.dibeg.org/ 44 based on open standards, Nokia and Convergence made it available to all
|
D | frontend_legacy_dvbv3_api.rst | 10 TV standards, doesn't provide good statistics measurements and provides
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 158 cap->standards && bt->standards && in v4l2_valid_dv_timings() 159 !(bt->standards & cap->standards)) || in v4l2_valid_dv_timings() 338 pr_info("%s: standards (0x%x):%s%s%s%s%s\n", dev_prefix, bt->standards, in v4l2_print_dv_timings() 339 (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "", in v4l2_print_dv_timings() 340 (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "", in v4l2_print_dv_timings() 341 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", in v4l2_print_dv_timings() 342 (bt->standards & V4L2_DV_BT_STD_GTF) ? " GTF" : "", in v4l2_print_dv_timings() 343 (bt->standards & V4L2_DV_BT_STD_SDI) ? " SDI" : ""); in v4l2_print_dv_timings() 591 fmt->bt.standards = V4L2_DV_BT_STD_CVT; in v4l2_detect_cvt() 749 fmt->bt.standards = V4L2_DV_BT_STD_GTF; in v4l2_detect_gtf()
|
/Linux-v4.19/Documentation/media/ |
D | intro.rst | 29 Internet reception via one of the several digital tv standards. While it is 30 called as DVB API, in fact it covers several different video standards 32 complete list of supported standards can be found at
|
D | videodev2.h.rst.exceptions | 273 replace define V4L2_DV_BT_STD_CEA861 dv-bt-standards 274 replace define V4L2_DV_BT_STD_DMT dv-bt-standards 275 replace define V4L2_DV_BT_STD_CVT dv-bt-standards 276 replace define V4L2_DV_BT_STD_GTF dv-bt-standards 277 replace define V4L2_DV_BT_STD_SDI dv-bt-standards 279 replace define V4L2_DV_FL_REDUCED_BLANKING dv-bt-standards 280 replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards 281 replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards 282 replace define V4L2_DV_FL_HALF_LINE dv-bt-standards 283 replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards [all …]
|
/Linux-v4.19/include/media/ |
D | v4l2-dv-timings.h | 205 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps() 208 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | dtv-core.rst | 25 .. [#f1] Some standards use TCP/IP for multiplexing data, like DVB-H (an 27 proposals. Currently, the DVB subsystem doesn't implement those standards.
|
D | dtv-frontend.rst | 18 tells what type of digital TV standards are supported, and points to a 98 #) For satellite digital TV standards (DVB-S, DVB-S2, ISDB-S), the 100 standards, they're specified in Hz. Due to that, if the same frontend 115 #) Other callbacks are required for satellite TV standards, in order to 177 that's usually 1 for most video standards [#f2]_.
|
/Linux-v4.19/drivers/media/pci/netup_unidvb/ |
D | Kconfig | 15 Card can receive two independent streams in following standards:
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | ts3a227e.txt | 4 The TS3A227E detect headsets of 3-ring and 4-ring standards and
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | davinci-vpbe.rst | 37 a set of API calls to V4L2 drivers to set the output/standards 81 driver has been tested with NTSC and PAL standards and buffer streaming.
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 11 Additionally to the properties specified in the above standards a host bridge
|
/Linux-v4.19/drivers/hwtracing/stm/ |
D | Kconfig | 7 Trace Protocol (STP) format as defined by MIPI STP standards.
|
1234