Home
last modified time | relevance | path

Searched refs:vb2_dst (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/platform/verisilicon/
Dhantro_g1_vp8_dec.c371 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()
Drockchip_vpu2_hw_vp8_dec.c448 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()
Dhantro_g2_hevc_dec.c385 struct vb2_v4l2_buffer *vb2_dst; in set_ref() local
471 vb2_dst = hantro_get_dst_buf(ctx); in set_ref()
472 dst = vb2_to_hantro_decoded_buf(&vb2_dst->vb2_buf); in set_ref()
Dhantro_g2_vp9_dec.c826 struct vb2_v4l2_buffer *vb2_src, struct vb2_v4l2_buffer *vb2_dst) in config_registers() argument
834 dst = vb2_to_hantro_decoded_buf(&vb2_dst->vb2_buf); in config_registers()
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec_stateless.c132 struct vb2_v4l2_buffer *vb2_dst; in mtk_vdec_stateless_cap_to_disp() local
140 vb2_dst = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_stateless_cap_to_disp()
141 if (vb2_dst) { in mtk_vdec_stateless_cap_to_disp()
142 v4l2_m2m_buf_done(vb2_dst, state); in mtk_vdec_stateless_cap_to_disp()
144 vb2_dst->vb2_buf.index); in mtk_vdec_stateless_cap_to_disp()