Home
last modified time | relevance | path

Searched refs:VIDIOC_G_JPEGCOMP (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-jpegcomp.rst7 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 Dpixfmt-compressed.rst30 - 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 Dv4l2-dev.c636 SET_VALID_IOCTL(ops, VIDIOC_G_JPEGCOMP, vidioc_g_jpegcomp); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2945 IOCTL_INFO(VIDIOC_G_JPEGCOMP, v4l_stub_g_jpegcomp, v4l_print_jpegcompression, 0),
/linux/include/uapi/linux/
H A Dvideodev2.h2733 #define VIDIOC_G_JPEGCOMP _IOR('V', 61, struct v4l2_jpegcompression) macro
/linux/drivers/media/usb/gspca/
H A Dgspca.c1554 v4l2_disable_ioctl(&gspca_dev->vdev, VIDIOC_G_JPEGCOMP); in gspca_dev_probe2()