Home
last modified time | relevance | path

Searched refs:mpeg2_dec (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_mpeg2.c42 ctx->mpeg2_dec.qtable.size = ARRAY_SIZE(zigzag) * 4; in hantro_mpeg2_dec_init()
43 ctx->mpeg2_dec.qtable.cpu = in hantro_mpeg2_dec_init()
45 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_init()
46 &ctx->mpeg2_dec.qtable.dma, in hantro_mpeg2_dec_init()
48 if (!ctx->mpeg2_dec.qtable.cpu) in hantro_mpeg2_dec_init()
58 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_exit()
59 ctx->mpeg2_dec.qtable.cpu, in hantro_mpeg2_dec_exit()
60 ctx->mpeg2_dec.qtable.dma); in hantro_mpeg2_dec_exit()
H A Dhantro_g1_mpeg2_dec.c92 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, in hantro_g1_mpeg2_dec_set_quantization()
94 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, in hantro_g1_mpeg2_dec_set_quantization()
H A Drk3399_vpu_hw_mpeg2_dec.c94 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, quantization); in rk3399_vpu_mpeg2_dec_set_quantization()
95 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, in rk3399_vpu_mpeg2_dec_set_quantization()
H A Dhantro.h218 * @mpeg2_dec: MPEG-2-decoding context.
244 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_mpeg2.c42 ctx->mpeg2_dec.qtable.size = ARRAY_SIZE(zigzag) * 4; in hantro_mpeg2_dec_init()
43 ctx->mpeg2_dec.qtable.cpu = in hantro_mpeg2_dec_init()
45 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_init()
46 &ctx->mpeg2_dec.qtable.dma, in hantro_mpeg2_dec_init()
48 if (!ctx->mpeg2_dec.qtable.cpu) in hantro_mpeg2_dec_init()
58 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_exit()
59 ctx->mpeg2_dec.qtable.cpu, in hantro_mpeg2_dec_exit()
60 ctx->mpeg2_dec.qtable.dma); in hantro_mpeg2_dec_exit()
H A Drockchip_vpu2_hw_mpeg2_dec.c89 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in rockchip_vpu2_mpeg2_dec_set_quantisation()
90 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, VDPU_REG_QTABLE_BASE); in rockchip_vpu2_mpeg2_dec_set_quantisation()
H A Dhantro_g1_mpeg2_dec.c87 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in hantro_g1_mpeg2_dec_set_quantisation()
88 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, G1_REG_QTABLE_BASE); in hantro_g1_mpeg2_dec_set_quantisation()
H A Dhantro.h241 * @mpeg2_dec: MPEG-2-decoding context.
271 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member

Completed in 5 milliseconds