Searched refs:V4L2_BUF_FLAG_DONE (Results 1 – 6 of 6) sorted by relevance
67 the ``V4L2_BUF_FLAG_DONE`` flag in the ``flags`` field, or it returns an77 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the92 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the
56 ``V4L2_BUF_FLAG_DONE`` flags will be valid. The ``memory`` field will be
486 - ``V4L2_BUF_FLAG_DONE``493 time, the ``V4L2_BUF_FLAG_QUEUED`` and ``V4L2_BUF_FLAG_DONE`` flag
48 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()
78 { V4L2_BUF_FLAG_DONE, "DONE" }, \
1196 #define V4L2_BUF_FLAG_DONE 0x00000004 macro