Lines Matching refs:u8WinId
2362 MS_U8 MApi_GOP_GWIN_CreateStaticWin(MS_U8 u8WinId, MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_CreateStaticWin() argument
2370 eRet = MApi_GOP_GWIN_Map32FB2Win(u32FBId,u8WinId); in MApi_GOP_GWIN_CreateStaticWin()
2384 MS_U8 MApi_GOP_GWIN_CreateStaticWin2(MS_U8 u8WinId, MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_G… in MApi_GOP_GWIN_CreateStaticWin2() argument
2392 eRet = MApi_GOP_GWIN_Map32FB2Win(u32FBId,u8WinId); in MApi_GOP_GWIN_CreateStaticWin2()
2407 MS_U8 MApi_GOP_GWIN_CreateStaticWin_Assign_FB(MS_U8 u8WinId, MS_U8 u8GOP, MS_U8 FBId, MS_U16 dispX,… in MApi_GOP_GWIN_CreateStaticWin_Assign_FB() argument
2409 return MApi_GOP_GWIN_CreateStaticWin_Assign_32FB(u8WinId, u8GOP, (MS_U32)FBId, dispX, dispY); in MApi_GOP_GWIN_CreateStaticWin_Assign_FB()
2412 MS_U8 MApi_GOP_GWIN_CreateStaticWin_Assign_32FB(MS_U8 u8WinId, MS_U8 u8GOP, MS_U32 u32FBId, MS_U16 … in MApi_GOP_GWIN_CreateStaticWin_Assign_32FB() argument
2416 MApi_GOP_GWIN_Map32FB2Win(u32FBId,u8WinId); in MApi_GOP_GWIN_CreateStaticWin_Assign_32FB()
2418 GOP_RETURN(u8WinId); in MApi_GOP_GWIN_CreateStaticWin_Assign_32FB()
5423 MS_U8 u8WinId; in MApi_GOP_GWIN_SwapOverlapWin() local
5428 u8WinId = u8win; in MApi_GOP_GWIN_SwapOverlapWin()
5432 ioctl_info.pSetting = (void*)&u8WinId; in MApi_GOP_GWIN_SwapOverlapWin()
7277 E_GOP_API_Result MApi_GOP_GWIN_SetScrollType(MS_U8 u8WinId, GOP_SCROLL_TYPE type, MS_U16 u16Offset… in MApi_GOP_GWIN_SetScrollType() argument
7283 scroll_info.u8WinId = u8WinId; in MApi_GOP_GWIN_SetScrollType()