Searched refs:V4L2_BUF_FLAG_ERROR (Results 1 – 10 of 10) sorted by relevance
507 if (buffer.flags & V4L2_BUF_FLAG_ERROR) { in DQBuf()
633 if (!!((buffer_src.flags | buffer_dst.flags) & V4L2_BUF_FLAG_ERROR)) { in DQBuf()
497 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
499 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
692 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
695 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
431 #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()