Searched refs:VIDIOC_G_JPEGCOMP (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-jpegcomp.rst | 7 ioctl VIDIOC_G_JPEGCOMP, VIDIOC_S_JPEGCOMP 13 VIDIOC_G_JPEGCOMP - VIDIOC_S_JPEGCOMP 18 .. c:macro:: VIDIOC_G_JPEGCOMP 20 ``int ioctl(int fd, VIDIOC_G_JPEGCOMP, v4l2_jpegcompression *argp)``
|
H A D | pixfmt-compressed.rst | 30 - TBD. See also :ref:`VIDIOC_G_JPEGCOMP <VIDIOC_G_JPEGCOMP>`, 31 :ref:`VIDIOC_S_JPEGCOMP <VIDIOC_G_JPEGCOMP>`.
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 638 SET_VALID_IOCTL(ops, VIDIOC_G_JPEGCOMP, vidioc_g_jpegcomp); in determine_valid_ioctls()
|
H A D | v4l2-ioctl.c | 2949 IOCTL_INFO(VIDIOC_G_JPEGCOMP, v4l_stub_g_jpegcomp, v4l_print_jpegcompression, 0),
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 2741 #define VIDIOC_G_JPEGCOMP _IOR('V', 61, struct v4l2_jpegcompression) macro
|