Searched refs:mfc_buf (Results 1 - 2 of 2) sorted by relevance

/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c1086 struct s5p_mfc_buf *mfc_buf; local
1089 mfc_buf = &ctx->src_bufs[vb->v4l2_buf.index];
1090 mfc_buf->flags &= ~MFC_BUF_FLAG_USED;
1092 list_add_tail(&mfc_buf->list, &ctx->src_queue);
1096 mfc_buf = &ctx->dst_bufs[vb->v4l2_buf.index];
1097 mfc_buf->flags &= ~MFC_BUF_FLAG_USED;
1101 list_add_tail(&mfc_buf->list, &ctx->dst_queue);
H A Ds5p_mfc_enc.c1972 struct s5p_mfc_buf *mfc_buf; local
1980 mfc_buf = &ctx->dst_bufs[vb->v4l2_buf.index];
1981 mfc_buf->flags &= ~MFC_BUF_FLAG_USED;
1984 list_add_tail(&mfc_buf->list, &ctx->dst_queue);
1988 mfc_buf = &ctx->src_bufs[vb->v4l2_buf.index];
1989 mfc_buf->flags &= ~MFC_BUF_FLAG_USED;
1991 list_add_tail(&mfc_buf->list, &ctx->src_queue);

Completed in 131 milliseconds