Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c1039 TOPAZHP_JPEG_ENCODER_CONTEXT *jpeg_ctx_p; in tng_jpeg_CreateContext() local
1072 jpeg_ctx_p = ctx->jpeg_ctx; in tng_jpeg_CreateContext()
1073 jpeg_ctx_p->ctx = ctx; in tng_jpeg_CreateContext()
1075 memset((void *)jpeg_ctx_p, 0x0, sizeof(jpeg_ctx_p)); in tng_jpeg_CreateContext()
1077 jpeg_ctx_p->NumCores = TOPAZHP_PIPE_NUM; in tng_jpeg_CreateContext()
1078 jpeg_ctx_p->eFormat = ctx->eFormat; in tng_jpeg_CreateContext()
1079 jpeg_ctx_p->ui32OutputWidth = ctx->ui16Width; in tng_jpeg_CreateContext()
1080 jpeg_ctx_p->ui32OutputHeight = ctx->ui16FrameHeight; in tng_jpeg_CreateContext()
1082 InitializeJpegEncode(jpeg_ctx_p); in tng_jpeg_CreateContext()
1084 if ((jpeg_ctx_p->sScan_Encode_Info.ui16ScansInImage < 1) || in tng_jpeg_CreateContext()
[all …]