Searched refs:jpeg_ctx_p (Results 1 – 2 of 2) sorted by relevance
1039 TOPAZHP_JPEG_ENCODER_CONTEXT *jpeg_ctx_p; in tng_jpeg_CreateContext() local1072 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 …]
135 TOPAZSC_JPEG_ENCODER_CONTEXT *jpeg_ctx_p; in pnw_jpeg_CreateContext() local197 jpeg_ctx_p = ctx->jpeg_ctx; in pnw_jpeg_CreateContext()198 jpeg_ctx_p->eFormat = ctx->eFormat; in pnw_jpeg_CreateContext()201 …jpeg_ctx_p->ui8ScanNum = JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->e… in pnw_jpeg_CreateContext()203 if (jpeg_ctx_p->ui8ScanNum < 2 || jpeg_ctx_p->ui8ScanNum > PNW_JPEG_MAX_SCAN_NUM) { in pnw_jpeg_CreateContext()204 …drv_debug_msg(VIDEO_DEBUG_ERROR, "JPEG MCU scanning number(%d) is wrong!\n", jpeg_ctx_p->ui8ScanNu… in pnw_jpeg_CreateContext()210 jpeg_ctx_p->sScan_Encode_Info.ui8NumberOfCodedBuffers = jpeg_ctx_p->ui8ScanNum; in pnw_jpeg_CreateContext()212 drv_debug_msg(VIDEO_DEBUG_GENERAL, " JPEG Scanning Number %d\n", jpeg_ctx_p->ui8ScanNum); in pnw_jpeg_CreateContext()213 jpeg_ctx_p->sScan_Encode_Info.aBufferTable = in pnw_jpeg_CreateContext()215 * jpeg_ctx_p->sScan_Encode_Info.ui8NumberOfCodedBuffers); in pnw_jpeg_CreateContext()[all …]