Searched refs:vb2_dst (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/media/platform/verisilicon/ |
| H A D | hantro_g1_vp8_dec.c | 371 struct vb2_v4l2_buffer *vb2_dst) in cfg_ref() argument 381 ref = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_ref() 390 ref = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_ref() 400 ref = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_ref() 408 struct vb2_v4l2_buffer *vb2_dst) in cfg_buffers() argument 428 dst_dma = hantro_get_dec_buf_addr(ctx, &vb2_dst->vb2_buf); in cfg_buffers() 436 struct vb2_v4l2_buffer *vb2_dst; in hantro_g1_vp8_dec_run() local 502 vb2_dst = hantro_get_dst_buf(ctx); in hantro_g1_vp8_dec_run() 503 cfg_ref(ctx, hdr, vb2_dst); in hantro_g1_vp8_dec_run() 504 cfg_buffers(ctx, hdr, vb2_dst); in hantro_g1_vp8_dec_run()
|
| H A D | rockchip_vpu2_hw_vp8_dec.c | 448 struct vb2_v4l2_buffer *vb2_dst) in cfg_ref() argument 457 ref = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_ref() 466 ref = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_ref() 476 ref = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_ref() 484 struct vb2_v4l2_buffer *vb2_dst) in cfg_buffers() argument 505 dst_dma = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in cfg_buffers() 513 struct vb2_v4l2_buffer *vb2_dst; in rockchip_vpu2_vp8_dec_run() local 591 vb2_dst = hantro_get_dst_buf(ctx); in rockchip_vpu2_vp8_dec_run() 592 cfg_ref(ctx, hdr, vb2_dst); in rockchip_vpu2_vp8_dec_run() 593 cfg_buffers(ctx, hdr, vb2_dst); in rockchip_vpu2_vp8_dec_run()
|
| H A D | hantro_g2_hevc_dec.c | 372 struct vb2_v4l2_buffer *vb2_dst; in set_ref() local 464 vb2_dst = hantro_get_dst_buf(ctx); in set_ref() 465 dst = vb2_to_hantro_decoded_buf(&vb2_dst->vb2_buf); in set_ref()
|
| H A D | rockchip_vpu981_hw_av1_dec.c | 2079 struct vb2_v4l2_buffer *vb2_dst; in rockchip_vpu981_av1_dec_set_output_buffer() local 2084 vb2_dst = av1_dec->frame_refs[av1_dec->current_frame_index].vb2_ref; in rockchip_vpu981_av1_dec_set_output_buffer() 2085 dst = vb2_to_hantro_decoded_buf(&vb2_dst->vb2_buf); in rockchip_vpu981_av1_dec_set_output_buffer() 2174 struct vb2_v4l2_buffer *vb2_dst; in rockchip_vpu981_postproc_enable() local 2178 vb2_dst = hantro_get_dst_buf(ctx); in rockchip_vpu981_postproc_enable() 2180 dst_dma = vb2_dma_contig_plane_dma_addr(&vb2_dst->vb2_buf, 0); in rockchip_vpu981_postproc_enable()
|
| H A D | hantro_g2_vp9_dec.c | 810 struct vb2_v4l2_buffer *vb2_src, struct vb2_v4l2_buffer *vb2_dst) in config_registers() argument 818 dst = vb2_to_hantro_decoded_buf(&vb2_dst->vb2_buf); in config_registers()
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_stateless.c | 250 struct vb2_v4l2_buffer *vb2_dst; in mtk_vdec_stateless_cap_to_disp() local 258 vb2_dst = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_stateless_cap_to_disp() 259 if (vb2_dst) { in mtk_vdec_stateless_cap_to_disp() 260 v4l2_m2m_buf_done(vb2_dst, state); in mtk_vdec_stateless_cap_to_disp() 262 vb2_dst->vb2_buf.index); in mtk_vdec_stateless_cap_to_disp()
|