Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dext-ctrls-jpeg.rst54 ``V4L2_CID_JPEG_RESTART_INTERVAL (integer)``
61 ``V4L2_CID_JPEG_RESTART_INTERVAL`` control is set to 0, DRI and RSTm
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1099 case V4L2_CID_JPEG_RESTART_INTERVAL: return "Restart Interval"; in v4l2_ctrl_get_name()
/linux-6.1.9/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.c149 case V4L2_CID_JPEG_RESTART_INTERVAL: in vidioc_jpeg_enc_s_ctrl()
174 v4l2_ctrl_new_std(handler, ops, V4L2_CID_JPEG_RESTART_INTERVAL, 0, 100, in mtk_jpeg_enc_ctrls_setup()
/linux-6.1.9/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1928 case V4L2_CID_JPEG_RESTART_INTERVAL: in s5p_jpeg_s_ctrl()
1960 V4L2_CID_JPEG_RESTART_INTERVAL, in s5p_jpeg_controls_create()
/linux-6.1.9/include/uapi/linux/
Dv4l2-controls.h1122 #define V4L2_CID_JPEG_RESTART_INTERVAL (V4L2_CID_JPEG_CLASS_BASE + 2) macro
/linux-6.1.9/drivers/media/platform/chips-media/
Dcoda-common.c2289 case V4L2_CID_JPEG_RESTART_INTERVAL: in coda_s_ctrl()
2423 V4L2_CID_JPEG_RESTART_INTERVAL, 0, 100, 1, 0); in coda_jpeg_encode_ctrls()