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

  /hardware/intel/img/psb_video/src/
tng_jpegES.h 157 IMG_UINT32 ui32OutputWidth;
pnw_jpeg.c 359 jpeg_ctx->ui32OutputWidth = (unsigned short)(~0x1 & (pBuffer->picture_width + 0x1));
362 ASSERT(ctx->Width >= jpeg_ctx->ui32OutputWidth);
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 94 unsigned int ui32OutputWidth; //!< Width of the JPEG image
610 IMG_UINT32 ui32OutputWidth;
pnw_hostjpeg.c 623 ui16_width = pContext->ui32OutputWidth;
    [all...]
tng_jpegES.c     [all...]

Completed in 52 milliseconds