Searched refs:dst_vbuf (Results 1 – 1 of 1) sorted by relevance
460 struct vb2_v4l2_buffer *src_vbuf, *dst_vbuf; in mtk_mdp_m2m_get_bufs() local468 dst_vbuf = v4l2_m2m_next_dst_buf(ctx->m2m_ctx); in mtk_mdp_m2m_get_bufs()469 mtk_mdp_prepare_addr(ctx, &dst_vbuf->vb2_buf, d_frame, &d_frame->addr); in mtk_mdp_m2m_get_bufs()471 dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp; in mtk_mdp_m2m_get_bufs()478 struct vb2_v4l2_buffer *src_vbuf, *dst_vbuf; in mtk_mdp_process_done() local485 dst_vbuf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_mdp_process_done()487 dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp; in mtk_mdp_process_done()488 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()489 dst_vbuf->flags &= ~V4L2_BUF_FLAG_TSTAMP_SRC_MASK; in mtk_mdp_process_done()490 dst_vbuf->flags |= src_vbuf->flags & V4L2_BUF_FLAG_TSTAMP_SRC_MASK; in mtk_mdp_process_done()[all …]