Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v5.c1187 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() local
1206 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1207 temp_vb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_dec_frame()
1209 vb2_dma_contig_plane_dma_addr(temp_vb->b, 0), in s5p_mfc_run_dec_frame()
1210 ctx->consumed_stream, temp_vb->b->v4l2_planes[0].bytesused); in s5p_mfc_run_dec_frame()
1213 if (temp_vb->b->v4l2_planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame()
1283 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() local
1288 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1290 mfc_debug(2, "Header size: %d\n", temp_vb->b->v4l2_planes[0].bytesused); in s5p_mfc_run_init_dec()
1292 vb2_dma_contig_plane_dma_addr(temp_vb->b, 0), in s5p_mfc_run_init_dec()
[all …]
Ds5p_mfc_opr_v6.c1539 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() local
1560 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1561 temp_vb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_dec_frame()
1563 vb2_dma_contig_plane_dma_addr(temp_vb->b, 0), in s5p_mfc_run_dec_frame()
1565 temp_vb->b->v4l2_planes[0].bytesused); in s5p_mfc_run_dec_frame()
1569 if (temp_vb->b->v4l2_planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame()
1634 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() local
1639 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1640 mfc_debug(2, "Header size: %d\n", temp_vb->b->v4l2_planes[0].bytesused); in s5p_mfc_run_init_dec()
1642 vb2_dma_contig_plane_dma_addr(temp_vb->b, 0), 0, in s5p_mfc_run_init_dec()
[all …]