Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_FLAG_NEXT_COMPOUND (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-queryctrl.rst61 there is none. In addition, the ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` flag
65 ``V4L2_CTRL_FLAG_NEXT_CTRL`` and ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` in
192 ID is ORed with ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` the driver clears
H A Dcontrol.rst372 query_ext_ctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
381 query_ext_ctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
H A Dextended-controls.rst76 ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` when enumerating controls to actually
/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.h1718 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 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.h1718 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions376 replace define V4L2_CTRL_FLAG_NEXT_COMPOUND control
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1853 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1835 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c3318 const unsigned next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl()
3337 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl()