Searched refs:V4L2_BUF_FLAG_DONE (Results 1 – 11 of 11) 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
491 - ``V4L2_BUF_FLAG_DONE``498 time, the ``V4L2_BUF_FLAG_QUEUED`` and ``V4L2_BUF_FLAG_DONE`` flag
48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \575 b->flags |= V4L2_BUF_FLAG_DONE; in __fill_v4l2_buffer()841 b->flags & V4L2_BUF_FLAG_DONE && in vb2_dqbuf()849 b->flags &= ~V4L2_BUF_FLAG_DONE; in vb2_dqbuf()
78 { V4L2_BUF_FLAG_DONE, "DONE" }, \
801 buf->flags = V4L2_BUF_FLAG_DONE; in cpia2_querybuf()904 buf->flags = V4L2_BUF_FLAG_MAPPED | V4L2_BUF_FLAG_DONE in cpia2_dqbuf()
359 b->flags |= V4L2_BUF_FLAG_DONE; in videobuf_status()728 b->flags &= ~V4L2_BUF_FLAG_DONE; in videobuf_dqbuf()
1266 buf->flags |= V4L2_BUF_FLAG_DONE; in vidioc_querybuf()1291 buf->flags &= ~V4L2_BUF_FLAG_DONE; in vidioc_qbuf()
1093 sbuf->v4lbuf.flags &= ~V4L2_BUF_FLAG_DONE; in stk_vidioc_qbuf()1126 sbuf->v4lbuf.flags |= V4L2_BUF_FLAG_DONE; in stk_vidioc_dqbuf()
1221 buf->flags &= ~V4L2_BUF_FLAG_DONE; in atomisp_qbuf()1225 buf->flags &= ~V4L2_BUF_FLAG_DONE; in atomisp_qbuf()
1096 #define V4L2_BUF_FLAG_DONE 0x00000004 macro
Completed in 32 milliseconds