Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.rst776 will be returned with the V4L2_BUF_FLAG_ERROR flag set,
779 the error, such buffer will be returned with the V4L2_BUF_FLAG_ERROR flag
844 V4L2_BUF_FLAG_ERROR set. See the `Decoding` section for further
H A Dbuffer.rst504 - ``V4L2_BUF_FLAG_ERROR``
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dv4l2.h82 { V4L2_BUF_FLAG_ERROR, "ERROR" }, \
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c48 V4L2_BUF_FLAG_DONE | V4L2_BUF_FLAG_ERROR | \
608 b->flags |= V4L2_BUF_FLAG_ERROR; in __fill_v4l2_buffer()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dvideobuf-core.c356 b->flags |= V4L2_BUF_FLAG_ERROR; in videobuf_status()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h980 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h980 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1092 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1091 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1542 if (!(buf->flags & V4L2_BUF_FLAG_ERROR)) in atomisp_dqbuf()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dvivid.rst933 - Inject V4L2_BUF_FLAG_ERROR: