Searched refs:V4L2_BUF_FLAG_ERROR (Results 1 – 14 of 14) sorted by relevance
499 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
695 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
692 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
497 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
743 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
634 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
431 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
529 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
739 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
981 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
56 #define IS_BUFFER_ERROR(x) (((x) & V4L2_BUF_FLAG_ERROR) == V4L2_BUF_FLAG_ERROR)905 super_buf->bufs[0]->flags |= V4L2_BUF_FLAG_ERROR; in streamCbRoutine()
489 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
2158 if (buffer.flags & V4L2_BUF_FLAG_ERROR) { in dequeueV4l2FrameLocked()