Lines Matching refs:Avs2dRkvRegCtx_t
71 } Avs2dRkvRegCtx_t; typedef
324 Avs2dRkvRegCtx_t *reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rcb_info_update()
502 Avs2dRkvRegCtx_t *reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu383_deinit()
540 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_vdpu383_init()
547 MEM_CHECK(ret, p_hal->reg_ctx = mpp_calloc_size(void, sizeof(Avs2dRkvRegCtx_t))); in hal_avs2d_vdpu383_init()
548 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu383_init()
634 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_vdpu383_gen_regs()
651 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu383_gen_regs()
714 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_vdpu383_start()
726 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu383_start()
888 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_vdpu383_wait()
892 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_vdpu383_wait()
948 .ctx_size = sizeof(Avs2dRkvRegCtx_t),