Home
last modified time | relevance | path

Searched refs:V4L2_CAP_META_OUTPUT (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-meta.rst28 ``V4L2_CAP_META_OUTPUT`` flag in the ``device_caps`` field of
H A Dvidioc-querycap.rst261 * - ``V4L2_CAP_META_OUTPUT``
/linux-6.15/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.c512 video_dev->device_caps = V4L2_CAP_META_OUTPUT | V4L2_CAP_STREAMING; in sun6i_isp_params_setup()
/linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c178 .caps = V4L2_CAP_META_OUTPUT,
194 (node_desc[(node)->id].caps & V4L2_CAP_META_OUTPUT)
1338 V4L2_CAP_META_OUTPUT; in cfe_querycap()
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-dev.c546 V4L2_CAP_META_OUTPUT; in determine_valid_ioctls()
H A Dv4l2-ioctl.c931 V4L2_CAP_META_OUTPUT; in check_fmt()
/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions197 replace define V4L2_CAP_META_OUTPUT device-capabilities
/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c1061 cap = V4L2_CAP_META_OUTPUT; in imgu_node_to_v4l2()
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h507 #define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */ macro
/linux-6.15/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be.c125 .caps = V4L2_CAP_META_OUTPUT,
/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1186 dev->meta_out_caps = V4L2_CAP_META_OUTPUT | in vivid_set_capabilities()
/linux-6.15/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c2764 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_META_OUTPUT; in rkisp1_params_register()