Home
last modified time | relevance | path

Searched refs:standards (Results 1 – 25 of 92) sorted by relevance

1234

/Linux-v4.19/Documentation/media/uapi/v4l/
Dstandard.rst9 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 …]
Dvidioc-enumstd.rst12 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 …]
Dvidioc-dv-timings-cap.rst87 - ``standards``
89 :ref:`dv-bt-standards` for a list of standards.
156 the standards set in the ``standards`` field.
Dvidioc-g-dv-timings.rst54 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
Ddv-timings.rst9 The video standards discussed so far have been dealing with Analog TV
23 standards.
Dvidioc-querystd.rst42 supported standards if for example the hardware can only distinguish
45 the set must contain all standards supported by the current video input
Dvidioc-enumoutput.rst88 - 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`.
Dvidioc-enuminput.rst87 - 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`.
Dvidioc-log-status.rst36 channels. Also many modern devices autodetect video and audio standards
Dvidioc-g-input.rst47 support different video standards, so the driver may implicitly switch
Dvidioc-g-output.rst48 may support different video standards, so the driver may implicitly
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddvbproperty.rst14 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
Dintro.rst21 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
Dfrontend_legacy_dvbv3_api.rst10 TV standards, doesn't provide good statistics measurements and provides
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dv-timings.c158 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/
Dintro.rst29 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
Dvideodev2.h.rst.exceptions273 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/
Dv4l2-dv-timings.h205 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/
Ddtv-core.rst25 .. [#f1] Some standards use TCP/IP for multiplexing data, like DVB-H (an
27 proposals. Currently, the DVB subsystem doesn't implement those standards.
Ddtv-frontend.rst18 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/
DKconfig15 Card can receive two independent streams in following standards:
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dts3a227e.txt4 The TS3A227E detect headsets of 3-ring and 4-ring standards and
/Linux-v4.19/Documentation/media/v4l-drivers/
Ddavinci-vpbe.rst37 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/
Dpci.txt11 Additionally to the properties specified in the above standards a host bridge
/Linux-v4.19/drivers/hwtracing/stm/
DKconfig7 Trace Protocol (STP) format as defined by MIPI STP standards.

1234