Lines Matching refs:Avs2dVdpu382RegCtx_t
79 } Avs2dVdpu382RegCtx_t; typedef
358 Avs2dVdpu382RegCtx_t *reg_ctx = (Avs2dVdpu382RegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rcb_info_update()
545 Avs2dVdpu382RegCtx_t *reg_ctx = (Avs2dVdpu382RegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu382_deinit()
583 Avs2dVdpu382RegCtx_t *reg_ctx; in hal_avs2d_vdpu382_init()
590 MEM_CHECK(ret, p_hal->reg_ctx = mpp_calloc_size(void, sizeof(Avs2dVdpu382RegCtx_t))); in hal_avs2d_vdpu382_init()
591 reg_ctx = (Avs2dVdpu382RegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu382_init()
675 Avs2dVdpu382RegCtx_t *reg_ctx; in hal_avs2d_vdpu382_gen_regs()
693 reg_ctx = (Avs2dVdpu382RegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu382_gen_regs()
869 Avs2dVdpu382RegCtx_t *reg_ctx; in hal_avs2d_vdpu382_start()
882 reg_ctx = (Avs2dVdpu382RegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu382_start()
1098 Avs2dVdpu382RegCtx_t *reg_ctx; in hal_avs2d_vdpu382_wait()
1102 reg_ctx = (Avs2dVdpu382RegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu382_wait()
1179 .ctx_size = sizeof(Avs2dVdpu382RegCtx_t),