Home
last modified time | relevance | path

Searched refs:jpeg_ctx (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.c194 ctx->jpeg_ctx = (TOPAZSC_JPEG_ENCODER_CONTEXT *)calloc(1, sizeof(TOPAZSC_JPEG_ENCODER_CONTEXT)); in pnw_jpeg_CreateContext()
195 CHECK_ALLOCATION(ctx->jpeg_ctx); in pnw_jpeg_CreateContext()
197 jpeg_ctx_p = ctx->jpeg_ctx; in pnw_jpeg_CreateContext()
205 free(ctx->jpeg_ctx); in pnw_jpeg_CreateContext()
206 ctx->jpeg_ctx = NULL; in pnw_jpeg_CreateContext()
240 if (ctx->jpeg_ctx) { in pnw_jpeg_DestroyContext()
241 if (ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable) { in pnw_jpeg_DestroyContext()
242 free(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable); in pnw_jpeg_DestroyContext()
243 ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable = NULL; in pnw_jpeg_DestroyContext()
246 free(ctx->jpeg_ctx); in pnw_jpeg_DestroyContext()
[all …]
Dtng_jpegES.c1069 ctx->jpeg_ctx = (TOPAZHP_JPEG_ENCODER_CONTEXT *)calloc(1, sizeof(TOPAZHP_JPEG_ENCODER_CONTEXT)); in tng_jpeg_CreateContext()
1070 if (NULL == ctx->jpeg_ctx) in tng_jpeg_CreateContext()
1072 jpeg_ctx_p = ctx->jpeg_ctx; in tng_jpeg_CreateContext()
1087 free(ctx->jpeg_ctx); in tng_jpeg_CreateContext()
1088 ctx->jpeg_ctx = NULL; in tng_jpeg_CreateContext()
1110 if (ctx->jpeg_ctx) { in tng_jpeg_DestroyContext()
1111 if (ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable) { in tng_jpeg_DestroyContext()
1112 free(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable); in tng_jpeg_DestroyContext()
1113 ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable = NULL; in tng_jpeg_DestroyContext()
1116 free(ctx->jpeg_ctx); in tng_jpeg_DestroyContext()
[all …]
Dpnw_hostcode.h307 TOPAZSC_JPEG_ENCODER_CONTEXT *jpeg_ctx; member
Dtng_hostcode.h465 TOPAZHP_JPEG_ENCODER_CONTEXT *jpeg_ctx; member