Searched refs:dst_vbuf (Results 1 – 2 of 2) 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 …]
42198 + struct vb2_v4l2_buffer *src_vbuf, *dst_vbuf;42230 + dst_vbuf = &dst_buf->v4l2_buf;42233 + v4l2_m2m_buf_done(dst_vbuf, VB2_BUF_STATE_DONE);42238 + dst_vbuf = v4l2_m2m_next_dst_buf(fh->m2m_ctx);42239 + if (dst_vbuf) {42240 + dst_vbuf->vb2_buf.state = VB2_BUF_STATE_ACTIVE;42241 + dst_buf = to_isi_buffer(dst_vbuf);42245 + b = to_v4l2_m2m_buffer(dst_vbuf);42431 + struct vb2_v4l2_buffer *dst_vbuf;42447 + dst_vbuf = v4l2_m2m_next_dst_buf(fh->m2m_ctx);[all …]