Lines Matching +full:device +full:- +full:width
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
7 (A video capture device is assumed; change
14 .. code-block:: c
22 exit(-1);
26 exit(-1);
34 .. code-block:: c
44 exit(-1);
46 r.width = sel.r.width / 2;
48 r.left = sel.r.width / 4;
55 exit(-1);
57 A video output device is assumed; change ``V4L2_BUF_TYPE_VIDEO_OUTPUT``
63 .. code-block:: c
77 exit(-1);
80 exit(-1);
83 hscale = (double)compose.r.width / crop.r.width;