Home
last modified time | relevance | path

Searched refs:next_dst_buf (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c643 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_update_last_buf_state() local
666 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_update_last_buf_state()
667 if (!next_dst_buf) { in v4l2_update_last_buf_state()
678 v4l2_m2m_last_buffer_done(m2m_ctx, next_dst_buf); in v4l2_update_last_buf_state()
712 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_m2m_update_stop_streaming_state() local
715 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_m2m_update_stop_streaming_state()
716 if (!next_dst_buf) in v4l2_m2m_update_stop_streaming_state()
720 next_dst_buf); in v4l2_m2m_update_stop_streaming_state()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c644 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_update_last_buf_state() local
667 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_update_last_buf_state()
668 if (!next_dst_buf) { in v4l2_update_last_buf_state()
679 v4l2_m2m_last_buffer_done(m2m_ctx, next_dst_buf); in v4l2_update_last_buf_state()
713 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_m2m_update_stop_streaming_state() local
716 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_m2m_update_stop_streaming_state()
717 if (!next_dst_buf) in v4l2_m2m_update_stop_streaming_state()
721 next_dst_buf); in v4l2_m2m_update_stop_streaming_state()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1327 struct vb2_v4l2_buffer *next_dst_buf; in mxc_jpeg_set_last_buffer() local
1329 next_dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_jpeg_set_last_buffer()
1330 if (!next_dst_buf) { in mxc_jpeg_set_last_buffer()
1336 v4l2_m2m_last_buffer_done(ctx->fh.m2m_ctx, next_dst_buf); in mxc_jpeg_set_last_buffer()

Completed in 9 milliseconds