Searched refs:temp_vb (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v5.c | 1189 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() local 1208 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1209 temp_vb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_dec_frame() 1211 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), in s5p_mfc_run_dec_frame() 1212 ctx->consumed_stream, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame() 1215 if (temp_vb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame() 1285 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() local 1290 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1293 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec() 1295 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), in s5p_mfc_run_init_dec() [all …]
|
D | s5p_mfc_opr_v6.c | 1546 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() local 1567 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1568 temp_vb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_dec_frame() 1570 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), in s5p_mfc_run_dec_frame() 1572 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame() 1576 if (temp_vb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame() 1654 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() local 1659 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1660 mfc_debug(2, "Header size: %d\n", temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec() 1662 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), 0, in s5p_mfc_run_init_dec() [all …]
|