Home
last modified time | relevance | path

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

12345

/linux/Documentation/devicetree/bindings/display/connector/
A Danalog-tv-connector.yaml20 sdtv-standards:
22 Limit the supported TV standards on a connector to the given ones. If
23 not specified all TV standards are allowed. Possible TV standards are
24 defined in include/dt-bindings/display/sdtv-standards.h.
39 #include <dt-bindings/display/sdtv-standards.h>
44 sdtv-standards = <(SDTV_STD_PAL | SDTV_STD_NTSC)>;
/linux/Documentation/userspace-api/media/v4l/
A 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
29 standards also contain sets of one or more standard bits.
35 Composite input may collapse standards, enumerating "PAL-B/G/H/I",
[all …]
A Dvidioc-enumstd.rst13 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
63 standards listed in :ref:`v4l2-std-id`, or if bits 32 to 63 are
64 set as custom standards. Multiple bits can be set if the hardware
65 does not distinguish between these standards, however separate
115 as listed below and in :ref:`video-standards`. The 32 most
117 standards.
168 terrestrial digital TV standards. Presently the V4L2 API does not
233 .. _video-standards:
[all …]
A Dvidioc-dv-timings-cap.rst86 - ``standards``
88 :ref:`dv-bt-standards` for a list of standards.
152 the standards set in the ``standards`` field.
A Dvidioc-g-dv-timings.rst60 the formats in the :ref:`cea861` and :ref:`vesadmt` standards. If
151 - ``standards``
154 :ref:`dv-bt-standards` for a list of standards.
222 .. _dv-bt-standards:
224 .. flat-table:: DV BT Timing standards
264 1.001 speed to be compatible with 60 Hz based standards such as
A Ddv-timings.rst9 The video standards discussed so far have been dealing with Analog TV
23 standards.
A Dvidioc-enumoutput.rst86 - Every video output supports one or more different video standards.
87 This field is a set of all supported standards. For details on
88 video standards and how to switch see :ref:`standard`.
A 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
A Dvidioc-enuminput.rst85 - Every video input supports one or more different video standards.
86 This field is a set of all supported standards. For details on
87 video standards and how to switch see :ref:`standard`.
/linux/Documentation/userspace-api/media/dvb/
A 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 support 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
A 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
A Dfrontend_legacy_dvbv3_api.rst10 TV standards, doesn't provide good statistics measurements and provides
/linux/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c159 cap->standards && bt->standards && in v4l2_valid_dv_timings()
160 !(bt->standards & cap->standards)) || in v4l2_valid_dv_timings()
339 pr_info("%s: standards (0x%x):%s%s%s%s%s\n", dev_prefix, bt->standards, in v4l2_print_dv_timings()
340 (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "", in v4l2_print_dv_timings()
341 (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "", in v4l2_print_dv_timings()
342 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", in v4l2_print_dv_timings()
343 (bt->standards & V4L2_DV_BT_STD_GTF) ? " GTF" : "", in v4l2_print_dv_timings()
344 (bt->standards & V4L2_DV_BT_STD_SDI) ? " SDI" : ""); in v4l2_print_dv_timings()
631 fmt->bt.standards = V4L2_DV_BT_STD_CVT; in v4l2_detect_cvt()
789 fmt->bt.standards = V4L2_DV_BT_STD_GTF; in v4l2_detect_gtf()
/linux/Documentation/devicetree/bindings/media/i2c/
A Dtvp5150.txt55 - sdtv-standards: Set the possible signals to which the hardware tries to lock
62 #include <dt-bindings/display/sdtv-standards.h>
67 sdtv-standards = <SDTV_STD_PAL_M>; /* limit to pal-m signals */
79 sdtv-standards = <SDTV_STD_NTSC_M>; /* limit to ntsc-m signals */
/linux/Documentation/userspace-api/media/
A 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
A Dvideodev2.h.rst.exceptions307 replace define V4L2_DV_BT_STD_CEA861 dv-bt-standards
308 replace define V4L2_DV_BT_STD_DMT dv-bt-standards
309 replace define V4L2_DV_BT_STD_CVT dv-bt-standards
310 replace define V4L2_DV_BT_STD_GTF dv-bt-standards
311 replace define V4L2_DV_BT_STD_SDI dv-bt-standards
314 replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards
316 replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards
317 replace define V4L2_DV_FL_HALF_LINE dv-bt-standards
318 replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards
321 replace define V4L2_DV_FL_HAS_CEA861_VIC dv-bt-standards
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
A DKconfig14 which comply with IEEE 802.11ac standards and support 1x1
26 which comply with IEEE 802.11ac standards and support 1x1
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
A DKconfig13 devices, which comply with IEEE 802.11ac standards and support
26 which comply with IEEE 802.11ac standards and support 2SS to
/linux/include/media/
A Dv4l2-dv-timings.h216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
219 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
/linux/Documentation/driver-api/media/
A Ddtv-core.rst27 .. [#f1] Some standards use TCP/IP for multiplexing data, like DVB-H (an
29 proposals. Currently, the DVB subsystem doesn't implement those standards.
/linux/drivers/staging/media/meson/vdec/
A DTODO6 with compression standards like MPEG1/2 where the driver does not support
/linux/Documentation/admin-guide/media/
A Ddavinci-vpbe.rst19 a set of API calls to V4L2 drivers to set the output/standards
65 driver has been tested with NTSC and PAL standards and buffer streaming.
/linux/drivers/media/pci/netup_unidvb/
A DKconfig16 Card can receive two independent streams in following standards:
/linux/Documentation/translations/zh_TW/admin-guide/
A Dunicode.rst107 https://www.evertype.com/standards/csur/klingon.html
168 https://www.evertype.com/standards/csur/
/linux/Documentation/translations/zh_CN/admin-guide/
A Dunicode.rst104 https://www.evertype.com/standards/csur/klingon.html
165 https://www.evertype.com/standards/csur/

Completed in 26 milliseconds

12345