Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_ID2CLASS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst135 if (V4L2_CTRL_ID2CLASS(qctrl.id) != V4L2_CTRL_CLASS_MPEG)
148 driver-specific controls. The macro ``V4L2_CTRL_ID2CLASS(id)`` returns
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1636 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1636 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions541 ignore define V4L2_CTRL_ID2CLASS
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1759 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1741 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp457 controls.ctrl_class = V4L2_CTRL_ID2CLASS(ext_control.id); in get_pixel()