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

  /hardware/intel/img/psb_video/src/
tng_H263ES.c 156 ctx->ui16PictureHeight = ctx->ui16FrameHeight;
337 if ((ctx->ui16Width == 128) && (ctx->ui16FrameHeight == 96))
339 else if ((ctx->ui16Width == 176) && (ctx->ui16FrameHeight == 144))
341 else if ((ctx->ui16Width == 352) && (ctx->ui16FrameHeight == 288))
343 else if ((ctx->ui16Width == 704) && (ctx->ui16FrameHeight == 576))
345 else if ((ctx->ui16Width <= 2048) && (ctx->ui16FrameHeight <= 1152))
tng_jpegES.c 372 ui16_height = ctx->ui16FrameHeight; //pTFrame->height isn't the real height of image, because vaCreateSurface has made it aligned with 32
    [all...]
tng_hostcode.c 636 IMG_UINT16 ui16Height = ctx->ui16FrameHeight;
802 ctx->ui16FrameHeight = (unsigned short)(~0xf & (ui16Height + 0xf));
816 ctx->ui16FrameHeight = (unsigned short)(~0x1 & (ui16Height + 0x1));
    [all...]
tng_MPEG4ES.c 156 ctx->ui16PictureHeight = ctx->ui16FrameHeight;
tng_hostcode.h 307 IMG_UINT16 ui16FrameHeight; //!< target output height
tng_H264ES.c 155 ctx->ui16PictureHeight = ctx->ui16FrameHeight;
512 ui32MBf = (ctx->ui16Width)*(ctx->ui16FrameHeight) >> 8;
    [all...]

Completed in 275 milliseconds