Searched refs:V4L2_BUF_FLAG_ERROR (Results 1 – 15 of 15) 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()
499 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
695 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
497 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
692 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
529 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
739 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
431 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
743 #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()
578 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
489 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
2158 if (buffer.flags & V4L2_BUF_FLAG_ERROR) { in dequeueV4l2FrameLocked()