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

  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 89 unsigned int ui32Height; //!< Height of the image component
158 IMG_UINT32 ui32Height;
208 IMG_UINT32 ui32Height; //!< height of picture in pBuffer
336 // IMG_UINT32 ui32Height; /* Height of avaliable data in plane. shall be a minumum of one MCU high */
487 IMG_UINT32 ui32Height; //!< Height of avaliable data in plane. shall be a minumum of one MCU high
639 void SetCompInfoFromFormat(IMG_FORMAT eFormat, IMG_UINT32 ui32Width, IMG_UINT32 ui32Height, IMG_JPEG_INFO *psJpegInfo);
tng_jpegES.h 79 IMG_UINT32 ui32Height; //!< Height of avaliable data in plane. shall be a minumum of one MCU high
pnw_hostjpeg.c     [all...]
tng_hostdefs.h     [all...]
tng_jpegES.c 552 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit;
553 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
554 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
604 pJPEGContext->pMTXSetup->ComponentPlane[i].ui32Height);
    [all...]
tng_enc_trace.c 262 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32Height=%d\n",data->ComponentPlane[i].ui32Height);
    [all...]
tng_trace.c 127 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32Height=%d\n",data->ComponentPlane[i].ui32Height);
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 68 unsigned int ui32Height;
psb_coverlay.c 73 psX11Window->ui32Height = sXWinAttrib.height;
92 psX11Window->i32Bottom = psX11Window->i32Top + psX11Window->ui32Height - 1;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 609 @param[in] ui32Height the height of the data
617 const unsigned int ui32Height,
    [all...]
PVRShell.cpp 658 @param[in] ui32Height the height of the data
665 const unsigned int ui32Height,
698 int ui32RealSize = i32OutBytesPerLine * ui32Height * ui32PixelReplicate;
710 unsigned int biHeight = ui32Height * ui32PixelReplicate;
722 for(unsigned int i = 0; i < ui32Width * ui32Height; ++i)
759 for(unsigned int nY = 0; nY < ui32Height; ++nY)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 623 @Input ui32Height Y dimension of the texture
630 PVRTuint32 ui32Height,
643 int i32NumYWords = (int)(ui32Height / ui32WordHeight);
694 return ui32Width * ui32Height / (PVRTuint32)(ui32WordWidth/2);
    [all...]

Completed in 520 milliseconds