Home
last modified time | relevance | path

Searched refs:Avs2dRkvRegCtx_t (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c71 } 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()
[all …]
H A Dhal_avs2d_rkv.c79 } Avs2dRkvRegCtx_t; typedef
300 Avs2dRkvRegCtx_t *reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rcb_info_update()
479 Avs2dRkvRegCtx_t *reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rkv_deinit()
517 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_rkv_init()
524 MEM_CHECK(ret, p_hal->reg_ctx = mpp_calloc_size(void, sizeof(Avs2dRkvRegCtx_t))); in hal_avs2d_rkv_init()
525 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rkv_init()
608 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_rkv_gen_regs()
626 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rkv_gen_regs()
803 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_rkv_start()
816 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rkv_start()
[all …]