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

  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 86 unsigned int ui32Width; //!< Width of the image component
157 IMG_UINT32 ui32Width;
207 IMG_UINT32 ui32Width; //!< stride of pBuffer
639 void SetCompInfoFromFormat(IMG_FORMAT eFormat, IMG_UINT32 ui32Width, IMG_UINT32 ui32Height, IMG_JPEG_INFO *psJpegInfo);
tng_hostdefs.h     [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 67 unsigned int ui32Width;
psb_coverlay.c 72 psX11Window->ui32Width = sXWinAttrib.width;
91 psX11Window->i32Right = psX11Window->i32Left + psX11Window->ui32Width - 1;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 608 @param[in] ui32Width the width of the data
616 const unsigned int ui32Width,
    [all...]
PVRShell.cpp 657 @param[in] ui32Width the width of the data
664 const unsigned int ui32Width,
684 unsigned int i32OutBytesPerLine = ui32Width * 3 * ui32PixelReplicate;
692 i32OutAlign = i32OutBytesPerLine - ui32Width * 3 * ui32PixelReplicate;
709 unsigned int biWidth = ui32Width * ui32PixelReplicate;
722 for(unsigned int i = 0; i < ui32Width * ui32Height; ++i)
761 const unsigned char * pRow = &pData[3 * ui32Width * nY];
764 for(unsigned int nX = 0; nX < ui32Width; ++nX)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 622 @Input ui32Width X dimension of the texture
629 PVRTuint32 ui32Width,
642 int i32NumXWords = (int)(ui32Width / ui32WordWidth);
687 mapDecompressedData(pOutData, ui32Width, pPixels, indices, ui8Bpp);
694 return ui32Width * ui32Height / (PVRTuint32)(ui32WordWidth/2);
    [all...]

Completed in 258 milliseconds