Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v5.c1165 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() local
1181 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1182 temp_vb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_dec_frame()
1184 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), in s5p_mfc_run_dec_frame()
1185 ctx->consumed_stream, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
1187 if (temp_vb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame()
1253 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() local
1257 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1260 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec()
1262 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), in s5p_mfc_run_init_dec()
[all …]
Ds5p_mfc_opr_v6.c1954 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() local
1972 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1973 temp_vb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_dec_frame()
1975 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), in s5p_mfc_run_dec_frame()
1977 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
1980 if (temp_vb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame()
2056 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() local
2060 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
2061 mfc_debug(2, "Header size: %d\n", temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec()
2063 vb2_dma_contig_plane_dma_addr(&temp_vb->b->vb2_buf, 0), 0, in s5p_mfc_run_init_dec()
[all …]