Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c1065 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
1068 mfc_buf = &ctx->src_bufs[vb->v4l2_buf.index]; in s5p_mfc_buf_queue()
1069 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1071 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
1075 mfc_buf = &ctx->dst_bufs[vb->v4l2_buf.index]; in s5p_mfc_buf_queue()
1076 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
1080 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_enc.c2006 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue() local
2014 mfc_buf = &ctx->dst_bufs[vb->v4l2_buf.index]; in s5p_mfc_buf_queue()
2015 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2018 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
2022 mfc_buf = &ctx->src_bufs[vb->v4l2_buf.index]; in s5p_mfc_buf_queue()
2023 mfc_buf->flags &= ~MFC_BUF_FLAG_USED; in s5p_mfc_buf_queue()
2025 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()