aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/v4l/vidioc-querycap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/v4l/vidioc-querycap.xml')
-rw-r--r--Documentation/DocBook/v4l/vidioc-querycap.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/Documentation/DocBook/v4l/vidioc-querycap.xml b/Documentation/DocBook/v4l/vidioc-querycap.xml
index 93699769cd0..f29f1b86213 100644
--- a/Documentation/DocBook/v4l/vidioc-querycap.xml
+++ b/Documentation/DocBook/v4l/vidioc-querycap.xml
@@ -142,30 +142,28 @@ this array to zero.</entry>
142 <row> 142 <row>
143 <entry><constant>V4L2_CAP_VIDEO_CAPTURE</constant></entry> 143 <entry><constant>V4L2_CAP_VIDEO_CAPTURE</constant></entry>
144 <entry>0x00000001</entry> 144 <entry>0x00000001</entry>
145 <entry>The device supports single-planar formats through the <link 145 <entry>The device supports the single-planar API through the <link
146linkend="capture">Video Capture</link> interface. An application can use either 146linkend="capture">Video Capture</link> interface.</entry>
147<link linkend="planar-apis">the single or the multi-planar API</link>.</entry>
148 </row> 147 </row>
149 <row> 148 <row>
150 <entry><constant>V4L2_CAP_VIDEO_CAPTURE_MPLANE</constant></entry> 149 <entry><constant>V4L2_CAP_VIDEO_CAPTURE_MPLANE</constant></entry>
151 <entry>0x00001000</entry> 150 <entry>0x00001000</entry>
152 <entry>The device supports multi-planar formats through the <link 151 <entry>The device supports the
153linkend="capture">Video Capture</link> interface. An application has to use the 152 <link linkend="planar-apis">multi-planar API</link> through the
154<link linkend="planar-apis">multi-planar API</link>.</entry> 153 <link linkend="capture">Video Capture</link> interface.</entry>
155 </row> 154 </row>
156 <row> 155 <row>
157 <entry><constant>V4L2_CAP_VIDEO_OUTPUT</constant></entry> 156 <entry><constant>V4L2_CAP_VIDEO_OUTPUT</constant></entry>
158 <entry>0x00000002</entry> 157 <entry>0x00000002</entry>
159 <entry>The device supports single-planar formats through the <link 158 <entry>The device supports the single-planar API through the <link
160linkend="output">Video Output</link> interface. An application can use either 159linkend="output">Video Output</link> interface.</entry>
161<link linkend="planar-apis">the single or the multi-planar API</link>.</entry>
162 </row> 160 </row>
163 <row> 161 <row>
164 <entry><constant>V4L2_CAP_VIDEO_OUTPUT_MPLANE</constant></entry> 162 <entry><constant>V4L2_CAP_VIDEO_OUTPUT_MPLANE</constant></entry>
165 <entry>0x00002000</entry> 163 <entry>0x00002000</entry>
166 <entry>The device supports multi-planar formats through the <link 164 <entry>The device supports the
167linkend="output">Video Output</link> interface. An application has to use the 165 <link linkend="planar-apis">multi-planar API</link> through the
168<link linkend="planar-apis">multi-planar API</link>.</entry> 166 <link linkend="output">Video Output</link> interface.</entry>
169 </row> 167 </row>
170 <row> 168 <row>
171 <entry><constant>V4L2_CAP_VIDEO_OVERLAY</constant></entry> 169 <entry><constant>V4L2_CAP_VIDEO_OVERLAY</constant></entry>