Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c2696 GOP_GwinFBAttr fbInfo; in MApi_GOP_GWIN_SetWinProperty() local
2703 memset(&fbInfo, 0x0, sizeof(GOP_GwinFBAttr)); in MApi_GOP_GWIN_SetWinProperty()
2709 if(MApi_GOP_GWIN_Get32FBInfo(u32fbId, &fbInfo)!=GOP_API_SUCCESS) in MApi_GOP_GWIN_SetWinProperty()
2720 gWin.u16RBlkVPixSize = fbInfo.height; in MApi_GOP_GWIN_SetWinProperty()
2721 gWin.u16RBlkHPixSize = fbInfo.width; in MApi_GOP_GWIN_SetWinProperty()
2722 gWin.u16RBlkHRblkSize = GOP_CalcPitch(fbInfo.fbFmt, fbInfo.width); in MApi_GOP_GWIN_SetWinProperty()
2723 gWin.u32DRAMRBlkStart = fbInfo.addr; in MApi_GOP_GWIN_SetWinProperty()
2724 gWin.clrType = (EN_GOP_COLOR_TYPE)fbInfo.fbFmt; in MApi_GOP_GWIN_SetWinProperty()