Home
last modified time | relevance | path

Searched refs:V4L2_BUF_FLAG_ERROR (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-qbuf.rst129 set ``V4L2_BUF_FLAG_ERROR`` in the ``flags`` field. It indicates a
179 the ``V4L2_BUF_FLAG_ERROR`` and returning 0 instead. In that case the
Ddev-stateless-decoder.rst329 carrying the ``V4L2_BUF_FLAG_ERROR`` flag. If a decoded reference frame has an
331 ``V4L2_BUF_FLAG_ERROR`` flag set, although the decoder will still try to
Ddev-encoder.rst518 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`` flag
527 ``V4L2_BUF_FLAG_ERROR`` flag set. More work is needed to detect that this
Ddev-decoder.rst800 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 flag
868 V4L2_BUF_FLAG_ERROR set. See the `Decoding` section for further
Dbuffer.rst504 - ``V4L2_BUF_FLAG_ERROR``
/linux-6.1.9/include/trace/events/
Dv4l2.h82 { V4L2_BUF_FLAG_ERROR, "ERROR" }, \
/linux-6.1.9/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \
572 b->flags |= V4L2_BUF_FLAG_ERROR; in __fill_v4l2_buffer()
/linux-6.1.9/drivers/media/v4l2-core/
Dvideobuf-core.c356 b->flags |= V4L2_BUF_FLAG_ERROR; in videobuf_status()
/linux-6.1.9/include/uapi/linux/
Dvideodev2.h1136 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c1380 if (!(buf->flags & V4L2_BUF_FLAG_ERROR)) in atomisp_dqbuf()
/linux-6.1.9/Documentation/admin-guide/media/
Dvivid.rst947 - Inject V4L2_BUF_FLAG_ERROR: