HomeSort by relevance Sort by last modified time
    Searched defs:ui16Width (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/
tng_picmgmt.c 376 IMG_UINT16 ui16Width;
387 ui16Width = obj_surface_p->width;
391 __FUNCTION__, eFormat, ui16Width, ui16PictureHeight, ui16Stride);
    [all...]
tng_hostcode.c 783 unsigned short ui16Width, ui16Height;
786 ui16Width = obj_context->picture_width;
801 ctx->ui16Width = (unsigned short)(~0xf & (ui16Width + 0xf));
815 ctx->ui16Width = (unsigned short)(~0x1 & (ui16Width + 0x1));
    [all...]
tng_hostcode.h 306 IMG_UINT16 ui16Width; //!< target output width

Completed in 49 milliseconds