Searched refs:ctx_ext (Results 1 – 2 of 2) sorted by relevance
126 if (ctx->ctx_ext) { in hal_jpege_vepu2_deinit()127 JpegeMultiCoreCtx *ctx_ext = ctx->ctx_ext; in hal_jpege_vepu2_deinit() local130 if (ctx_ext->reg_cfg) { in hal_jpege_vepu2_deinit()131 mpp_dev_multi_offset_deinit(ctx_ext->reg_cfg); in hal_jpege_vepu2_deinit()132 ctx_ext->reg_cfg = NULL; in hal_jpege_vepu2_deinit()136 if (ctx_ext->partions_buf[i]) in hal_jpege_vepu2_deinit()137 mpp_buffer_put(ctx_ext->partions_buf[i]); in hal_jpege_vepu2_deinit()139 if (ctx_ext->partions_group) { in hal_jpege_vepu2_deinit()140 mpp_buffer_group_put(ctx_ext->partions_group); in hal_jpege_vepu2_deinit()141 ctx_ext->partions_group = NULL; in hal_jpege_vepu2_deinit()[all …]
67 void *ctx_ext; member