Searched refs:dst_vbuf (Results 1 – 1 of 1) sorted by relevance
468 struct vb2_v4l2_buffer *src_vbuf, *dst_vbuf; in mtk_mdp_m2m_get_bufs() local476 dst_vbuf = v4l2_m2m_next_dst_buf(ctx->m2m_ctx); in mtk_mdp_m2m_get_bufs()477 mtk_mdp_prepare_addr(ctx, &dst_vbuf->vb2_buf, d_frame, &d_frame->addr); in mtk_mdp_m2m_get_bufs()479 dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp; in mtk_mdp_m2m_get_bufs()486 struct vb2_v4l2_buffer *src_vbuf, *dst_vbuf; in mtk_mdp_process_done() local493 dst_vbuf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_mdp_process_done()495 dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp; in mtk_mdp_process_done()496 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()497 dst_vbuf->flags &= ~V4L2_BUF_FLAG_TSTAMP_SRC_MASK; in mtk_mdp_process_done()498 dst_vbuf->flags |= src_vbuf->flags & V4L2_BUF_FLAG_TSTAMP_SRC_MASK; in mtk_mdp_process_done()[all …]