Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c125 if (ctx->ctx_ext) { in hal_jpege_vepu2_deinit()
126 JpegeMultiCoreCtx *ctx_ext = ctx->ctx_ext; in hal_jpege_vepu2_deinit() local
129 if (ctx_ext->reg_cfg) { in hal_jpege_vepu2_deinit()
130 mpp_dev_multi_offset_deinit(ctx_ext->reg_cfg); in hal_jpege_vepu2_deinit()
131 ctx_ext->reg_cfg = NULL; in hal_jpege_vepu2_deinit()
135 if (ctx_ext->partions_buf[i]) in hal_jpege_vepu2_deinit()
136 mpp_buffer_put(ctx_ext->partions_buf[i]); in hal_jpege_vepu2_deinit()
138 if (ctx_ext->partions_group) { in hal_jpege_vepu2_deinit()
139 mpp_buffer_group_put(ctx_ext->partions_group); in hal_jpege_vepu2_deinit()
140 ctx_ext->partions_group = NULL; in hal_jpege_vepu2_deinit()
[all …]
H A Dhal_jpege_base.h59 void *ctx_ext; member