Searched refs:V4L2_BUF_FLAG_MAPPED (Results 1 – 5 of 5) sorted by relevance
66 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_QUEUED`` flags and clears77 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the92 ``V4L2_BUF_FLAG_MAPPED`` and ``V4L2_BUF_FLAG_DONE`` flags in the
54 In the ``flags`` field the ``V4L2_BUF_FLAG_MAPPED``,
76 { V4L2_BUF_FLAG_MAPPED, "MAPPED" }, \
47 #define V4L2_BUFFER_MASK_FLAGS (V4L2_BUF_FLAG_MAPPED | V4L2_BUF_FLAG_QUEUED | \576 b->flags |= V4L2_BUF_FLAG_MAPPED; in __fill_v4l2_buffer()
1219 #define V4L2_BUF_FLAG_MAPPED 0x00000001 macro