Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c1074 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
1077 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
1078 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1080 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
1084 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
1085 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1089 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_enc.c2577 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
2585 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
2586 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2589 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2593 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
2594 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2596 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()