Home
last modified time | relevance | path

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

/linux/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.rst250 * - ``V4L2_CAP_META_OUTPUT``
/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.c514 video_dev->device_caps = V4L2_CAP_META_OUTPUT | V4L2_CAP_STREAMING; in sun6i_isp_params_setup()
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c545 V4L2_CAP_META_OUTPUT; in determine_valid_ioctls()
H A Dv4l2-ioctl.c929 V4L2_CAP_META_OUTPUT; in check_fmt()
/linux/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c1041 cap = V4L2_CAP_META_OUTPUT; in imgu_node_to_v4l2()
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions196 replace define V4L2_CAP_META_OUTPUT device-capabilities
/linux/include/uapi/linux/
H A Dvideodev2.h506 #define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */ macro
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be.c125 .caps = V4L2_CAP_META_OUTPUT,
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c1938 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_META_OUTPUT; in rkisp1_params_register()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1182 dev->meta_out_caps = V4L2_CAP_META_OUTPUT | in vivid_set_capabilities()