Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c1061 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
1064 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
1065 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1067 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
1071 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
1072 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1076 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
H A Ds5p_mfc_enc.c2569 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
2577 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
2578 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2581 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2585 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
2586 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2588 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c1094 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
1097 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
1098 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1100 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
1104 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
1105 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1109 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
H A Ds5p_mfc_enc.c2567 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
2575 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
2576 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2579 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2583 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
2584 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2586 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()

Completed in 12 milliseconds