Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A 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
H A 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
H A 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
H A 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
H A Dbuffer.rst499 - ``V4L2_BUF_FLAG_ERROR``
/openbmc/linux/include/trace/events/
H A Dv4l2.h82 { V4L2_BUF_FLAG_ERROR, "ERROR" }, \
/openbmc/obmc-ikvm/
H A Dikvm_video.cpp93 if (!(buf.flags & V4L2_BUF_FLAG_ERROR)) in getFrame()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \
572 b->flags |= V4L2_BUF_FLAG_ERROR; in __fill_v4l2_buffer()
/openbmc/linux/drivers/media/v4l2-core/
H A Dvideobuf-core.c356 b->flags |= V4L2_BUF_FLAG_ERROR; in videobuf_status()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1166 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1076 if (!(buf->flags & V4L2_BUF_FLAG_ERROR)) in atomisp_dqbuf_wrapper()
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst947 - Inject V4L2_BUF_FLAG_ERROR:
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3036 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) {