Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c1071 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
1074 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
1075 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1077 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
1081 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
1082 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1086 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_enc.c2014 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
2022 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
2023 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2026 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2030 mfc_buf = &ctx->src_bufs[vb->index]; in s5p_mfc_buf_queue()
2031 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2033 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()