HomeSort by relevance Sort by last modified time
    Searched refs:ui32OutputHeight (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/psb_video/src/
tng_jpegES.h 158 IMG_UINT32 ui32OutputHeight;
pnw_jpeg.c 360 jpeg_ctx->ui32OutputHeight = (unsigned short)(~0x1 & (pBuffer->picture_height + 0x1));
363 ASSERT(ctx->Height >= jpeg_ctx->ui32OutputHeight);
366 if ((ctx->Width!=jpeg_ctx->ui32OutputWidth) || (ctx->Height!=jpeg_ctx->ui32OutputHeight)) {
369 jpeg_ctx->ui8ScanNum = JPEG_SCANNING_COUNT(jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight, ctx->NumCores, jpeg_ctx->eFormat);
421 jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight,
pnw_hostjpeg.h 95 unsigned int ui32OutputHeight; //!< Height of the JPEG image
611 IMG_UINT32 ui32OutputHeight;
pnw_hostjpeg.c 622 ui16_height = pContext->ui32OutputHeight;
    [all...]
tng_jpegES.c     [all...]

Completed in 127 milliseconds