Searched refs:V4L2_BUF_FLAG_ERROR (Results 1 – 13 of 13) sorted by relevance
129 set ``V4L2_BUF_FLAG_ERROR`` in the ``flags`` field. It indicates a179 the ``V4L2_BUF_FLAG_ERROR`` and returning 0 instead. In that case the
329 carrying the ``V4L2_BUF_FLAG_ERROR`` flag. If a decoded reference frame has an331 ``V4L2_BUF_FLAG_ERROR`` flag set, although the decoder will still try to
518 operation will be returned with the ``V4L2_BUF_FLAG_ERROR`` flag set,521 the error, such buffer(s) will be returned with the ``V4L2_BUF_FLAG_ERROR`` flag527 ``V4L2_BUF_FLAG_ERROR`` flag set. More work is needed to detect that this
800 will be returned with the V4L2_BUF_FLAG_ERROR flag set,803 the error, such buffer will be returned with the V4L2_BUF_FLAG_ERROR flag868 V4L2_BUF_FLAG_ERROR set. See the `Decoding` section for further
499 - ``V4L2_BUF_FLAG_ERROR``
82 { V4L2_BUF_FLAG_ERROR, "ERROR" }, \
93 if (!(buf.flags & V4L2_BUF_FLAG_ERROR)) in getFrame()
48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \572 b->flags |= V4L2_BUF_FLAG_ERROR; in __fill_v4l2_buffer()
356 b->flags |= V4L2_BUF_FLAG_ERROR; in videobuf_status()
1166 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
1076 if (!(buf->flags & V4L2_BUF_FLAG_ERROR)) in atomisp_dqbuf_wrapper()
947 - Inject V4L2_BUF_FLAG_ERROR:
3036 if (avbuf->buf.flags & V4L2_BUF_FLAG_ERROR) {10404 + be->status = (buffer.flags & V4L2_BUF_FLAG_ERROR) ? QENT_ERROR : QENT_DONE;16966 + if (avbuf->buffer.flags & V4L2_BUF_FLAG_ERROR) {