Home
last modified time | relevance | path

Searched refs:V4L2_BUF_FLAG_LAST (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c1244 dst_buf->flags &= ~(V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_LAST); in coda9_jpeg_finish_encode()
1246 dst_buf->flags |= src_buf->flags & V4L2_BUF_FLAG_LAST; in coda9_jpeg_finish_encode()
1257 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? " (last)" : ""); in coda9_jpeg_finish_encode()
1471 dst_buf->flags &= ~(V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_LAST); in coda9_jpeg_finish_decode()
1473 dst_buf->flags |= src_buf->flags & V4L2_BUF_FLAG_LAST; in coda9_jpeg_finish_decode()
1488 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? " (last)" : ""); in coda9_jpeg_finish_decode()
H A Dcoda-bit.c316 if (src_buf->flags & V4L2_BUF_FLAG_LAST) in coda_bitstream_try_queue()
407 meta->last = src_buf->flags & V4L2_BUF_FLAG_LAST; in coda_fill_bitstream()
1681 V4L2_BUF_FLAG_LAST); in coda_finish_encode()
1686 dst_buf->flags |= src_buf->flags & V4L2_BUF_FLAG_LAST; in coda_finish_encode()
1702 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? " (last)" : ""); in coda_finish_encode()
2534 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in coda_finish_decode()
2543 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in coda_finish_decode()
2565 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? in coda_finish_decode()
2573 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? in coda_finish_decode()
H A Dcoda-common.c988 buf->flags &= ~V4L2_BUF_FLAG_LAST; in coda_qbuf()
1002 buf->flags &= ~V4L2_BUF_FLAG_LAST; in coda_dqbuf()
1014 if (buf->flags & V4L2_BUF_FLAG_LAST) in coda_m2m_buf_done()
1140 buf->flags |= V4L2_BUF_FLAG_LAST; in coda_encoder_cmd()
1196 buf->flags |= V4L2_BUF_FLAG_LAST; in coda_mark_last_dst_buf()
1241 buf->flags |= V4L2_BUF_FLAG_LAST; in coda_decoder_cmd()
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c305 vbuf->flags |= V4L2_BUF_FLAG_LAST; in dst_buf_done()
308 vbuf->flags |= V4L2_BUF_FLAG_LAST; in dst_buf_done()
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h521 if (flags & V4L2_BUF_FLAG_LAST) in frame_type_str()
H A Ddelta-v4l2.c771 * - by returning an empty frame flagged to V4L2_BUF_FLAG_LAST in delta_complete_eos()
779 frame->flags |= V4L2_BUF_FLAG_LAST; in delta_complete_eos()
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-encoder.rst592 ``V4L2_BUF_FLAG_LAST`` flag is dequeued,
603 marked with ``V4L2_BUF_FLAG_LAST`` will result in a -EPIPE error from
616 The ``V4L2_BUF_FLAG_LAST`` buffer flag should be used instead.
649 ``V4L2_BUF_FLAG_LAST`` flag set.
653 it is returned at once as an empty buffer with the ``V4L2_BUF_FLAG_LAST``
663 ``V4L2_BUF_FLAG_LAST`` flag set.
H A Ddev-decoder.rst593 ``V4L2_BUF_FLAG_LAST`` flag is dequeued.
783 ``V4L2_BUF_FLAG_LAST`` flag set. To determine the sequence to follow, the client
953 ``V4L2_BUF_FLAG_LAST`` flag, similarly to the `Drain` sequence above.
964 with ``V4L2_BUF_FLAG_LAST`` will result in a -EPIPE error from
1036 ``V4L2_BUF_FLAG_LAST`` flag is dequeued,
1047 marked with ``V4L2_BUF_FLAG_LAST`` will result in a -EPIPE error from
1060 The ``V4L2_BUF_FLAG_LAST`` buffer flag should be used instead.
H A Dvidioc-qbuf.rst185 codecs if a buffer with the ``V4L2_BUF_FLAG_LAST`` was already
/linux/include/trace/events/
H A Dv4l2.h91 { V4L2_BUF_FLAG_LAST, "LAST" })
/linux/drivers/media/platform/qcom/iris/
H A Diris_vb2.c313 vbuf->flags |= V4L2_BUF_FLAG_LAST; in iris_vb2_buf_queue()
H A Diris_buffer.c635 if (vbuf->flags & V4L2_BUF_FLAG_LAST) { in iris_vb2_buffer_done()
H A Diris_hfi_gen1_response.c466 flags |= V4L2_BUF_FLAG_LAST; in iris_hfi_gen1_session_ftb_done()
H A Diris_hfi_gen2_response.c108 driver_flags |= V4L2_BUF_FLAG_LAST; in iris_hfi_gen2_get_driver_buffer_flags()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c338 vbuf->flags &= ~V4L2_BUF_FLAG_LAST; in vb2_fill_vb2_v4l2_buffer()
856 b->flags & V4L2_BUF_FLAG_LAST) in vb2_dqbuf()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c337 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in mtk_vdec_worker()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c694 buf->flags & V4L2_BUF_FLAG_LAST && in vidioc_venc_dqbuf()
1165 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in mtk_venc_worker()
/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c423 dst_buf->flags &= ~V4L2_BUF_FLAG_LAST; in device_run()
429 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in device_run()
559 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in set_last_buffer()
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c586 flags |= V4L2_BUF_FLAG_LAST; in hfi_session_ftb_done()
H A Dvdec.c1379 vbuf->flags |= V4L2_BUF_FLAG_LAST; in vdec_vb2_buf_queue()
1436 if (vbuf->flags & V4L2_BUF_FLAG_LAST) { in vdec_buf_done()
H A Dvenc.c1375 if ((vbuf->flags & V4L2_BUF_FLAG_LAST) && in venc_buf_done()
/linux/drivers/media/platform/imagination/
H A De5010-jpeg-enc.c955 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in e5010_irq()
968 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in e5010_irq()
/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.c569 if (vbuf->flags & V4L2_BUF_FLAG_LAST) in vpu_vb2_buf_finish()
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c637 vbuf->flags |= V4L2_BUF_FLAG_LAST; in v4l2_m2m_last_buffer_done()
/linux/include/uapi/linux/
H A Dvideodev2.h1253 #define V4L2_BUF_FLAG_LAST 0x00100000 macro

12