Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c408 struct vb2_v4l2_buffer *src_vbs[VPE_MAX_SRC_BUFS]; member
603 if (ctx->src_vbs[2] == NULL) in free_vbs()
607 if (ctx->src_vbs[2]) { in free_vbs()
608 v4l2_m2m_buf_done(ctx->src_vbs[2], VB2_BUF_STATE_DONE); in free_vbs()
609 if (ctx->src_vbs[1] && (ctx->src_vbs[1] != ctx->src_vbs[2])) in free_vbs()
610 v4l2_m2m_buf_done(ctx->src_vbs[1], VB2_BUF_STATE_DONE); in free_vbs()
611 ctx->src_vbs[2] = NULL; in free_vbs()
612 ctx->src_vbs[1] = NULL; in free_vbs()
900 ctx->src_vbs[2] = ctx->src_vbs[1] = ctx->src_vbs[0] = NULL; in set_srcdst_params()
1085 struct vb2_buffer *vb = &ctx->src_vbs[p_data->vb_index]->vb2_buf; in add_in_dtd()
[all …]