Home
last modified time | relevance | path

Searched refs:V4L2_BUF_CAP_SUPPORTS_REQUESTS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-reqbufs.rst146 * - ``V4L2_BUF_CAP_SUPPORTS_REQUESTS``
Ddev-stateless-decoder.rst25 decoder must expose the ``V4L2_BUF_CAP_SUPPORTS_REQUESTS`` capability on its
/Linux-v6.6/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c690 *caps |= V4L2_BUF_CAP_SUPPORTS_REQUESTS; in fill_buf_caps()
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h1033 #define V4L2_BUF_CAP_SUPPORTS_REQUESTS (1 << 3) macro