Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_dec.c1136 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
1139 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
1140 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1142 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
1146 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
1147 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1151 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_enc.c2623 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
2631 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
2632 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2635 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2639 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
2640 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2642 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()