Searched refs:mpeg2_dec (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/media/hantro/ |
| D | hantro_mpeg2.c | 42 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()
|
| D | hantro_g1_mpeg2_dec.c | 92 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()
|
| D | rk3399_vpu_hw_mpeg2_dec.c | 94 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()
|
| D | hantro.h | 257 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member
|