Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-mem2mem.c633 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_update_last_buf_state() local
656 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_update_last_buf_state()
657 if (!next_dst_buf) { in v4l2_update_last_buf_state()
668 v4l2_m2m_last_buffer_done(m2m_ctx, next_dst_buf); in v4l2_update_last_buf_state()
702 struct vb2_v4l2_buffer *next_dst_buf; in v4l2_m2m_update_stop_streaming_state() local
705 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_m2m_update_stop_streaming_state()
706 if (!next_dst_buf) in v4l2_m2m_update_stop_streaming_state()
710 next_dst_buf); in v4l2_m2m_update_stop_streaming_state()