Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-create-bufs.rst121 - If the V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS capability flag is set
Dvidioc-reqbufs.rst163 * - ``V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS``
/linux-6.12.1/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c703 *caps |= V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS; in vb2_set_flags_and_caps()
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1074 #define V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS (1 << 7) macro