Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-ext-ctrls.rst58 (``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set) must set the ``ptr`` field.
160 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
165 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
200 ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set for this control.
H A Dvidioc-queryctrl.rst549 * - ``V4L2_CTRL_FLAG_HAS_PAYLOAD``
/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.h1712 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 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.h1712 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions371 replace define V4L2_CTRL_FLAG_HAS_PAYLOAD control-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1847 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1829 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c1133 (qec.flags & V4L2_CTRL_FLAG_HAS_PAYLOAD); in ctrl_is_pointer()
H A Dv4l2-ctrls.c1616 flags |= V4L2_CTRL_FLAG_HAS_PAYLOAD; in user_flags()