Home
last modified time | relevance | path

Searched refs:V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-reqbufs.rst154 * - ``V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF``
Ddev-stateless-decoder.rst32 expose the ``V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF`` capability on their
Dbuffer.rst583 …y valid if struct :c:type:`v4l2_requestbuffers` flag ``V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF`…
Dext-ctrls-codec-stateless.rst743 use of ``V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF`` flag
/Linux-v6.6/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c685 *caps |= V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF; in fill_buf_caps()
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h1035 #define V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF (1 << 5) macro