Searched refs:ui32OutputHeight (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_jpeg.c | 360 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()
|
D | tng_jpegES.h | 158 IMG_UINT32 ui32OutputHeight; member
|
D | pnw_hostjpeg.h | 95 unsigned int ui32OutputHeight; //!< Height of the JPEG image member 611 IMG_UINT32 ui32OutputHeight; member
|
D | pnw_hostjpeg.c | 622 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()
|
D | tng_jpegES.c | 742 fPutBitsToBuffer(&ps_streamW, 2, pJPEGContext->ui32OutputHeight); in EncodeFrameHeader() 1080 jpeg_ctx_p->ui32OutputHeight = ctx->ui16FrameHeight; in tng_jpeg_CreateContext()
|