Searched refs:dst_vb (Results 1 - 5 of 5) sorted by relevance

/drivers/media/video/
H A Dv4l2-mem2mem.c411 struct vb2_buffer *src_vb = NULL, *dst_vb = NULL; local
449 dst_vb = list_first_entry(&dst_q->done_list, struct vb2_buffer,
451 if (dst_vb && (dst_vb->state == VB2_BUF_STATE_DONE
452 || dst_vb->state == VB2_BUF_STATE_ERROR))
H A Dmem2mem_testdev.c342 struct vb2_buffer *src_vb, *dst_vb; local
354 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->m2m_ctx);
360 v4l2_m2m_buf_done(dst_vb, VB2_BUF_STATE_DONE);
H A Dmx2_emmaprp.c356 struct vb2_buffer *src_vb, *dst_vb; local
378 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->m2m_ctx);
382 v4l2_m2m_buf_done(dst_vb, VB2_BUF_STATE_DONE);
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc.c868 struct vb2_buffer *src_vb = NULL, *dst_vb = NULL; local
898 dst_vb = list_first_entry(&dst_q->done_list, struct vb2_buffer,
900 if (dst_vb && (dst_vb->state == VB2_BUF_STATE_DONE
901 || dst_vb->state == VB2_BUF_STATE_ERROR))
/drivers/media/video/s5p-fimc/
H A Dfimc-core.c298 struct vb2_buffer *src_vb, *dst_vb; local
304 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx);
306 if (src_vb && dst_vb) {
308 v4l2_m2m_buf_done(dst_vb, vb_state);

Completed in 818 milliseconds