Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.c360 jpeg_ctx->ui32OutputHeight = (unsigned short)(~0x1 & (pBuffer->picture_height + 0x1)); in pnw__jpeg_process_picture_param()
363 ASSERT(ctx->Height >= jpeg_ctx->ui32OutputHeight); in pnw__jpeg_process_picture_param()
366 if ((ctx->Width!=jpeg_ctx->ui32OutputWidth) || (ctx->Height!=jpeg_ctx->ui32OutputHeight)) { in pnw__jpeg_process_picture_param()
369 …8ScanNum = JPEG_SCANNING_COUNT(jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight, ctx->NumCore… in pnw__jpeg_process_picture_param()
421 jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight, in pnw__jpeg_process_picture_param()
Dtng_jpegES.h158 IMG_UINT32 ui32OutputHeight; member
Dpnw_hostjpeg.h95 unsigned int ui32OutputHeight; //!< Height of the JPEG image member
611 IMG_UINT32 ui32OutputHeight; member
Dpnw_hostjpeg.c622 ui16_height = pContext->ui32OutputHeight; in InitializeJpegEncode()
1100 fPutBitsToBuffer(&ps_streamW, 2, pContext->ui32OutputHeight); in EncodeFrameHeader()
1517 …JPEG_MCU_PER_SCAN(pContext->ui32OutputWidth, pContext->ui32OutputHeight, ctx->NumCores, pContext->… in SetupJPEGTables()
Dtng_jpegES.c742 fPutBitsToBuffer(&ps_streamW, 2, pJPEGContext->ui32OutputHeight); in EncodeFrameHeader()
1080 jpeg_ctx_p->ui32OutputHeight = ctx->ui16FrameHeight; in tng_jpeg_CreateContext()