Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst67 the ``V4L2_BUF_FLAG_DONE`` flag in the ``flags`` field, or it returns an
77 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the
92 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the
H A Dvidioc-querybuf.rst56 ``V4L2_BUF_FLAG_DONE`` flags will be valid. The ``memory`` field will be
H A Dbuffer.rst486 - ``V4L2_BUF_FLAG_DONE``
493 time, the ``V4L2_BUF_FLAG_QUEUED`` and ``V4L2_BUF_FLAG_DONE`` flag
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \
562 b->flags |= V4L2_BUF_FLAG_DONE; in __fill_v4l2_buffer()
855 b->flags & V4L2_BUF_FLAG_DONE && in vb2_dqbuf()
863 b->flags &= ~V4L2_BUF_FLAG_DONE; in vb2_dqbuf()
/linux/include/trace/events/
H A Dv4l2.h78 { V4L2_BUF_FLAG_DONE, "DONE" }, \
/linux/include/uapi/linux/
H A Dvideodev2.h1194 #define V4L2_BUF_FLAG_DONE 0x00000004 macro