Home
last modified time | relevance | path

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

/linux/drivers/media/platform/coda/
A Dcoda-jpeg.c1237 dst_buf->flags &= ~(V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_LAST); in coda9_jpeg_finish_encode()
1239 dst_buf->flags |= src_buf->flags & V4L2_BUF_FLAG_LAST; in coda9_jpeg_finish_encode()
1250 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? " (last)" : ""); in coda9_jpeg_finish_encode()
1451 dst_buf->flags &= ~(V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_LAST); in coda9_jpeg_finish_decode()
1453 dst_buf->flags |= src_buf->flags & V4L2_BUF_FLAG_LAST; in coda9_jpeg_finish_decode()
1468 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? " (last)" : ""); in coda9_jpeg_finish_decode()
A Dcoda-bit.c316 if (src_buf->flags & V4L2_BUF_FLAG_LAST) in coda_bitstream_try_queue()
405 meta->last = src_buf->flags & V4L2_BUF_FLAG_LAST; in coda_fill_bitstream()
1673 V4L2_BUF_FLAG_LAST); in coda_finish_encode()
1678 dst_buf->flags |= src_buf->flags & V4L2_BUF_FLAG_LAST; in coda_finish_encode()
1694 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? " (last)" : ""); in coda_finish_encode()
2528 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in coda_finish_decode()
2537 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in coda_finish_decode()
2559 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? in coda_finish_decode()
2567 (dst_buf->flags & V4L2_BUF_FLAG_LAST) ? in coda_finish_decode()
A Dcoda-common.c965 buf->flags &= ~V4L2_BUF_FLAG_LAST; in coda_qbuf()
979 buf->flags &= ~V4L2_BUF_FLAG_LAST; in coda_dqbuf()
991 if (buf->flags & V4L2_BUF_FLAG_LAST) in coda_m2m_buf_done()
1128 buf->flags |= V4L2_BUF_FLAG_LAST; in coda_encoder_cmd()
1195 buf->flags |= V4L2_BUF_FLAG_LAST; in coda_mark_last_dst_buf()
1240 buf->flags |= V4L2_BUF_FLAG_LAST; in coda_decoder_cmd()
/linux/drivers/staging/media/meson/vdec/
A Dvdec_helpers.c301 vbuf->flags |= V4L2_BUF_FLAG_LAST; in dst_buf_done()
304 vbuf->flags |= V4L2_BUF_FLAG_LAST; in dst_buf_done()
/linux/drivers/media/platform/sti/delta/
A Ddelta.h521 if (flags & V4L2_BUF_FLAG_LAST) in frame_type_str()
A Ddelta-v4l2.c779 frame->flags |= V4L2_BUF_FLAG_LAST; in delta_complete_eos()
/linux/Documentation/userspace-api/media/v4l/
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.
A Ddev-decoder.rst586 ``V4L2_BUF_FLAG_LAST`` flag is dequeued.
759 ``V4L2_BUF_FLAG_LAST`` flag set. To determine the sequence to follow, the client
929 ``V4L2_BUF_FLAG_LAST`` flag, similarly to the `Drain` sequence above.
940 with ``V4L2_BUF_FLAG_LAST`` will result in a -EPIPE error from
1012 ``V4L2_BUF_FLAG_LAST`` flag is dequeued,
1023 marked with ``V4L2_BUF_FLAG_LAST`` will result in a -EPIPE error from
1036 The ``V4L2_BUF_FLAG_LAST`` buffer flag should be used instead.
A Dvidioc-qbuf.rst185 codecs if a buffer with the ``V4L2_BUF_FLAG_LAST`` was already
A Dbuffer.rst599 - ``V4L2_BUF_FLAG_LAST``
/linux/include/trace/events/
A Dv4l2.h91 { V4L2_BUF_FLAG_LAST, "LAST" })
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-v4l2.c338 vbuf->flags &= ~V4L2_BUF_FLAG_LAST; in vb2_fill_vb2_v4l2_buffer()
842 b->flags & V4L2_BUF_FLAG_LAST) in vb2_dqbuf()
/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_dec_stateful.c355 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in mtk_vdec_worker()
A Dmtk_vcodec_enc.c696 buf->flags & V4L2_BUF_FLAG_LAST && in vidioc_venc_dqbuf()
1198 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in mtk_venc_worker()
/linux/drivers/media/platform/qcom/venus/
A Dhfi_msgs.c529 flags |= V4L2_BUF_FLAG_LAST; in hfi_session_ftb_done()
A Dvdec.c1300 vbuf->flags |= V4L2_BUF_FLAG_LAST; in vdec_vb2_buf_queue()
1357 if (vbuf->flags & V4L2_BUF_FLAG_LAST) { in vdec_buf_done()
A Dhelpers.c504 if (vbuf->flags & V4L2_BUF_FLAG_LAST || !fdata.filled_len) in session_process_buf()
/linux/drivers/media/test-drivers/vicodec/
A Dvicodec-core.c425 dst_buf->flags &= ~V4L2_BUF_FLAG_LAST; in device_run()
431 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in device_run()
561 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in set_last_buffer()
/linux/drivers/media/v4l2-core/
A Dv4l2-mem2mem.c623 vbuf->flags |= V4L2_BUF_FLAG_LAST; in v4l2_m2m_last_buffer_done()
/linux/include/uapi/linux/
A Dvideodev2.h1126 #define V4L2_BUF_FLAG_LAST 0x00100000 macro
/linux/drivers/media/platform/s5p-mfc/
A Ds5p_mfc.c243 dst_buf->b->flags |= V4L2_BUF_FLAG_LAST; in s5p_mfc_handle_frame_all_extracted()
/linux/drivers/media/platform/allegro-dvt/
A Dallegro-core.c1987 dst_buf->flags |= V4L2_BUF_FLAG_LAST; in allegro_channel_finish_frame()

Completed in 77 milliseconds