Searched refs:V4L2_CID_JPEG_RESTART_INTERVAL (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-jpeg.rst | 54 ``V4L2_CID_JPEG_RESTART_INTERVAL (integer)`` 61 ``V4L2_CID_JPEG_RESTART_INTERVAL`` control is set to 0, DRI and RSTm
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-defs.c | 1097 case V4L2_CID_JPEG_RESTART_INTERVAL: return "Restart Interval"; in v4l2_ctrl_get_name()
|
/linux/drivers/media/platform/mtk-jpeg/ |
A D | mtk_jpeg_core.c | 152 case V4L2_CID_JPEG_RESTART_INTERVAL: in vidioc_jpeg_enc_s_ctrl() 177 v4l2_ctrl_new_std(handler, ops, V4L2_CID_JPEG_RESTART_INTERVAL, 0, 100, in mtk_jpeg_enc_ctrls_setup()
|
/linux/include/uapi/linux/ |
A D | v4l2-controls.h | 1103 #define V4L2_CID_JPEG_RESTART_INTERVAL (V4L2_CID_JPEG_CLASS_BASE + 2) macro
|
/linux/drivers/media/platform/s5p-jpeg/ |
A D | jpeg-core.c | 1930 case V4L2_CID_JPEG_RESTART_INTERVAL: in s5p_jpeg_s_ctrl() 1962 V4L2_CID_JPEG_RESTART_INTERVAL, in s5p_jpeg_controls_create()
|
/linux/drivers/media/platform/coda/ |
A D | coda-common.c | 2279 case V4L2_CID_JPEG_RESTART_INTERVAL: in coda_s_ctrl() 2410 V4L2_CID_JPEG_RESTART_INTERVAL, 0, 100, 1, 0); in coda_jpeg_encode_ctrls()
|
Completed in 36 milliseconds