Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c4988 MS_U32 u32ret_FBID = 0; in MApi_GOP_GWIN_CreateFBFrom3rdSurf() local
4990 …result = MApi_GOP_GWIN_Create32FBFrom3rdSurf(width, height, fbFmt, phyFbAddr, pitch, &u32ret_FBID); in MApi_GOP_GWIN_CreateFBFrom3rdSurf()
4991 if(u32ret_FBID > 256)//Out of MS_U8 in MApi_GOP_GWIN_CreateFBFrom3rdSurf()
4993 …ase to use MApi_GOP_GWIN_Create32FBFrom3rdSurf()\n",__FUNCTION__,__LINE__,(ptrdiff_t)u32ret_FBID ); in MApi_GOP_GWIN_CreateFBFrom3rdSurf()
4995 *ret_FBId = (MS_U8)u32ret_FBID; in MApi_GOP_GWIN_CreateFBFrom3rdSurf()