Lines Matching +full:1 +full:c
2 .. c:namespace:: V4L
18 .. c:macro:: VIDIOC_G_PARM
22 .. c:macro:: VIDIOC_S_PARM
30 File descriptor returned by :c:func:`open()`.
33 Pointer to struct :c:type:`v4l2_streamparm`.
51 section discussing the :c:func:`read()` function.
56 pointer to a struct :c:type:`v4l2_streamparm` which contains a
61 .. c:type:: v4l2_streamparm
66 :widths: 1 1 2
71 :c:type:`v4l2_format` ``type``, set by the
72 application. See :c:type:`v4l2_buf_type`.
75 * - struct :c:type:`v4l2_captureparm`
80 * - struct :c:type:`v4l2_outputparm`
93 .. c:type:: v4l2_captureparm
98 :widths: 1 1 2
106 * - struct :c:type:`v4l2_fract`
139 internally by the driver in :c:func:`read()` mode.
152 .. c:type:: v4l2_outputparm
157 :widths: 1 1 2
165 * - struct :c:type:`v4l2_fract`
172 :c:func:`write()` mode (in streaming mode timestamps
199 internally by the driver in :c:func:`write()` mode. Drivers
217 :widths: 3 1 4
232 :widths: 3 1 4
263 - Capture might only work through the :c:func:`read()` call.
268 On success 0 is returned, on error -1 and the ``errno`` variable is set