Home
last modified time | relevance | path

Searched refs:ui32Width (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.h86 unsigned int ui32Width; //!< Width of the image component member
157 IMG_UINT32 ui32Width; member
207 … IMG_UINT32 ui32Width; //!< stride of pBuffer member
639 void SetCompInfoFromFormat(IMG_FORMAT eFormat, IMG_UINT32 ui32Width, IMG_UINT32 ui32Height, IMG_JPE…
Dtng_hostdefs.h771 IMG_UINT32 ui32Width; member
787 IMG_UINT32 ui32Width; //!< stride of pBuffer member
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.h67 unsigned int ui32Width; member
Dpsb_coverlay.c72 psX11Window->ui32Width = sXWinAttrib.width; in psb_x11_getWindowCoordinate()
91 psX11Window->i32Right = psX11Window->i32Left + psX11Window->ui32Width - 1; in psb_x11_getWindowCoordinate()
1020 if ((destx + x11_window_width) > output->winRect.ui32Width) in psb_putsurface_coverlay()
1021 x11_window_width = output->winRect.ui32Width - destx; in psb_putsurface_coverlay()