Lines Matching refs:Avs2dRkvRegCtx_t
79 } 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()
1032 Avs2dRkvRegCtx_t *reg_ctx; in hal_avs2d_rkv_wait()
1036 reg_ctx = (Avs2dRkvRegCtx_t *)p_hal->reg_ctx; in hal_avs2d_rkv_wait()
1113 .ctx_size = sizeof(Avs2dRkvRegCtx_t),