Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c4255 MS_U8 u8GOPGwinMaxCount = 0x0; in GOP_SetProgressive() local
4270 if(u8GOPGwinMaxCount<MDrv_GOP_GetGwinNum(pInstance, i)) in GOP_SetProgressive()
4271 u8GOPGwinMaxCount=MDrv_GOP_GetGwinNum(pInstance, i); in GOP_SetProgressive()
4273 GOP_GwinInfo winInfo[u8GOPGwinMaxCount]; in GOP_SetProgressive()
4274 MS_BOOL bGwinFBInit[u8GOPGwinMaxCount]; in GOP_SetProgressive()
4275 memset(winInfo,0,sizeof(GOP_GwinInfo)*u8GOPGwinMaxCount); in GOP_SetProgressive()
4276 memset(bGwinFBInit,0,sizeof(MS_BOOL)*u8GOPGwinMaxCount); in GOP_SetProgressive()
4284 if((u8EndWin-u8StartWin)>u8GOPGwinMaxCount) in GOP_SetProgressive()