Home
last modified time | relevance | path

Searched refs:next_dst_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c647 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_update_last_buf_state() local
670 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_update_last_buf_state()
671 if (!next_dst_buf) { in v4l2_update_last_buf_state()
682 v4l2_m2m_last_buffer_done(m2m_ctx, next_dst_buf); in v4l2_update_last_buf_state()
716 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_m2m_update_stop_streaming_state() local
719 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_m2m_update_stop_streaming_state()
720 if (!next_dst_buf) in v4l2_m2m_update_stop_streaming_state()
724 next_dst_buf); in v4l2_m2m_update_stop_streaming_state()
/linux/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()