Home
last modified time | relevance | path

Searched refs:V4L2_CID_JPEG_CLASS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-jpeg.rst20 ``V4L2_CID_JPEG_CLASS (class)``
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1140 case V4L2_CID_JPEG_CLASS: return "JPEG Compression Controls"; in v4l2_ctrl_get_name()
1445 case V4L2_CID_JPEG_CLASS: in v4l2_ctrl_fill()
/openbmc/linux/include/uapi/linux/
H A Dv4l2-controls.h1173 #define V4L2_CID_JPEG_CLASS (V4L2_CTRL_CLASS_JPEG | 1) macro