Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Ddev-stateless-decoder.rst248 must set the ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` flag on the ``OUTPUT``
273 ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` must also be set.
395 held by the use of the ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` flag, then the
418 held by the use of the ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` flag, then the
H A Dvidioc-decoder-cmd.rst196 ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` flag set. This would prevent
H A Dvidioc-reqbufs.rst153 ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` flag to hold off on returning the
H A Dbuffer.rst581 - ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF``
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c523 dst_buf->is_held = src_buf->flags & V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF; in v4l2_m2m_buf_done_and_job_finish()
1596 out_vb->flags &= ~V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF; in v4l2_m2m_ioctl_stateless_decoder_cmd()
/linux/include/uapi/linux/
H A Dvideodev2.h1216 #define V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF 0x00000200 macro