1 <refentry id="vidioc-dv-timings-cap">
3 <refentrytitle>ioctl VIDIOC_DV_TIMINGS_CAP</refentrytitle>
8 <refname>VIDIOC_DV_TIMINGS_CAP</refname>
9 <refpurpose>The capabilities of the Digital Video receiver/transmitter</refpurpose>
15 <funcdef>int <function>ioctl</function></funcdef>
16 <paramdef>int <parameter>fd</parameter></paramdef>
17 <paramdef>int <parameter>request</parameter></paramdef>
18 <paramdef>struct v4l2_dv_timings_cap *<parameter>argp</parameter></paramdef>
24 <title>Arguments</title>
28 <term><parameter>fd</parameter></term>
34 <term><parameter>request</parameter></term>
36 <para>VIDIOC_DV_TIMINGS_CAP</para>
40 <term><parameter>argp</parameter></term>
49 <title>Description</title>
52 <title>Experimental</title>
53 <para>This is an <link linkend="experimental"> experimental </link>
54 interface and may change in the future.</para>
57 <para>To query the capabilities of the DV receiver/transmitter applications can call
58 this ioctl and the driver will fill in the structure. Note that drivers may return
59 different values after switching the video input or output.</para>
61 <table pgwide="1" frame="none" id="v4l2-bt-timings-cap">
62 <title>struct <structname>v4l2_bt_timings_cap</structname></title>
68 <entry><structfield>min_width</structfield></entry>
69 <entry>Minimum width of the active video in pixels.</entry>
73 <entry><structfield>max_width</structfield></entry>
74 <entry>Maximum width of the active video in pixels.</entry>
78 <entry><structfield>min_height</structfield></entry>
79 <entry>Minimum height of the active video in lines.</entry>
83 <entry><structfield>max_height</structfield></entry>
84 <entry>Maximum height of the active video in lines.</entry>
88 <entry><structfield>min_pixelclock</structfield></entry>
89 <entry>Minimum pixelclock frequency in Hz.</entry>
93 <entry><structfield>max_pixelclock</structfield></entry>
94 <entry>Maximum pixelclock frequency in Hz.</entry>
98 <entry><structfield>standards</structfield></entry>
99 <entry>The video standard(s) supported by the hardware.
100 See <xref linkend="dv-bt-standards"/> for a list of standards.</entry>
104 <entry><structfield>capabilities</structfield></entry>
105 <entry>Several flags giving more information about the capabilities.
106 See <xref linkend="dv-bt-cap-capabilities"/> for a description of the flags.
111 <entry><structfield>reserved</structfield>[16]</entry>
112 <entry>Reserved for future extensions. Drivers must set the array to zero.</entry>
118 <table pgwide="1" frame="none" id="v4l2-dv-timings-cap">
119 <title>struct <structname>v4l2_dv_timings_cap</structname></title>
125 <entry><structfield>type</structfield></entry>
126 <entry>Type of DV timings as listed in <xref linkend="dv-timing-types"/>.</entry>
130 <entry><structfield>reserved</structfield>[3]</entry>
131 <entry>Reserved for future extensions. Drivers must set the array to zero.</entry>
135 <entry><structfield></structfield></entry>
140 <entry>&v4l2-bt-timings-cap;</entry>
141 <entry><structfield>bt</structfield></entry>
142 <entry>BT.656/1120 timings capabilities of the hardware.</entry>
147 <entry><structfield>raw_data</structfield>[32]</entry>
154 <table pgwide="1" frame="none" id="dv-bt-cap-capabilities">
155 <title>DV BT Timing capabilities</title>
161 <entry>Description</entry>
168 <entry>V4L2_DV_BT_CAP_INTERLACED</entry>
169 <entry>Interlaced formats are supported.
173 <entry>V4L2_DV_BT_CAP_PROGRESSIVE</entry>
174 <entry>Progressive formats are supported.
178 <entry>V4L2_DV_BT_CAP_REDUCED_BLANKING</entry>
179 <entry>CVT/GTF specific: the timings can make use of reduced blanking (CVT)
180 or the 'Secondary GTF' curve (GTF).
184 <entry>V4L2_DV_BT_CAP_CUSTOM</entry>
185 <entry>Can support non-standard timings, i.e. timings not belonging to the
186 standards set in the <structfield>standards</structfield> field.
202 sgml-parent-document: "v4l2.sgml"
203 indent-tabs-mode: nil