Home
last modified time | relevance | path

Searched refs:VIDIOC_S_SELECTION (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dselection-api-examples.rst24 ret = ioctl(fd, VIDIOC_S_SELECTION, &sel);
53 ret = ioctl(fd, VIDIOC_S_SELECTION, &sel);
A Dvidioc-g-selection.rst7 ioctl VIDIOC_G_SELECTION, VIDIOC_S_SELECTION
13 VIDIOC_G_SELECTION - VIDIOC_S_SELECTION - Get or set one of the selection rectangles
22 .. c:macro:: VIDIOC_S_SELECTION
24 ``int ioctl(int fd, VIDIOC_S_SELECTION, struct v4l2_selection *argp)``
A Ddev-encoder.rst326 :c:func:`VIDIOC_S_SELECTION` on the ``OUTPUT`` queue if it is desired
373 to check the adjusted rectangle returned by :c:func:`VIDIOC_S_SELECTION`.
A Ddev-decoder.rst538 5. **Optional.** Set the compose rectangle via :c:func:`VIDIOC_S_SELECTION` on
565 to check the adjusted rectangle returned by :c:func:`VIDIOC_S_SELECTION`.
A Dbuffer.rst64 The :c:func:`VIDIOC_S_SELECTION` ioctl can, depending on the hardware (for
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dev.c651 SET_VALID_IOCTL(ops, VIDIOC_S_SELECTION, vidioc_s_selection); in determine_valid_ioctls()
A Dv4l2-ioctl.c2868 …IOCTL_INFO(VIDIOC_S_SELECTION, v4l_s_selection, v4l_print_selection, INFO_FL_PRIO | INFO_FL_CLEAR(…
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2677 #define VIDIOC_S_SELECTION _IOWR('V', 95, struct v4l2_selection) macro
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions589 replace ioctl VIDIOC_S_SELECTION vidioc_g_selection

Completed in 37 milliseconds