Searched refs:ctx_ext (Results 1 – 2 of 2) sorted by relevance
125 if (ctx->ctx_ext) { in hal_jpege_vepu2_deinit()126 JpegeMultiCoreCtx *ctx_ext = ctx->ctx_ext; in hal_jpege_vepu2_deinit() local129 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 …]
59 void *ctx_ext; member