Home
last modified time | relevance | path

Searched refs:M2vdHalCtx (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_api.c32 M2vdHalCtx *self = (M2vdHalCtx *)hal; in hal_m2vd_gen_regs()
38 M2vdHalCtx *self = (M2vdHalCtx *)hal; in hal_m2vd_start()
44 M2vdHalCtx *self = (M2vdHalCtx *)hal; in hal_m2vd_wait()
50 M2vdHalCtx *self = (M2vdHalCtx *)hal; in hal_m2vd_deinit()
56 M2vdHalCtx *self = (M2vdHalCtx *)hal; in hal_m2vd_init()
63 memset(self, 0, sizeof(M2vdHalCtx)); in hal_m2vd_init()
108 .ctx_size = sizeof(M2vdHalCtx),
H A Dhal_m2vd_vdpu1.c31 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu1_init()
86 M2vdHalCtx *p = (M2vdHalCtx *)hal; in hal_m2vd_vdpu1_deinit()
114 static MPP_RET hal_m2vd_vdpu1_init_hwcfg(M2vdHalCtx *ctx) in hal_m2vd_vdpu1_init_hwcfg()
153 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu1_gen_regs()
263 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu1_start()
305 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu1_wait()
H A Dhal_m2vd_vdpu2.c33 M2vdHalCtx *p = (M2vdHalCtx *)hal; in hal_m2vd_vdpu2_init()
108 M2vdHalCtx *p = (M2vdHalCtx *)hal; in hal_m2vd_vdpu2_deinit()
153 static MPP_RET hal_m2vd_vdpu2_init_hwcfg(M2vdHalCtx *ctx) in hal_m2vd_vdpu2_init_hwcfg()
202 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu2_gen_regs()
333 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu2_start()
378 M2vdHalCtx *ctx = (M2vdHalCtx *)hal; in hal_m2vd_vdpu2_wait()
H A Dhal_m2vd_base.h77 } M2vdHalCtx; typedef