| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | mapiGOP.c | 955 static MS_U8 _GOP_GWIN_IsGwinCreated(void* pInstance,MS_U8 gId) in _GOP_GWIN_IsGwinCreated() argument 962 if (!_GOP_IsGwinIdValid(pInstance,gId)) in _GOP_GWIN_IsGwinCreated() 964 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,gId); in _GOP_GWIN_IsGwinCreated() 968 if((gId< g_pGOPCtxLocal->pGopChipProperty->TotalGwinNum) in _GOP_GWIN_IsGwinCreated() 969 && (GWIN_ID_INVALID ==g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gId].u32CurFBId)) in _GOP_GWIN_IsGwinCreated() 974 GOP_M_INFO("IsGwinCreated Debug: gId=%d\n", gId); in _GOP_GWIN_IsGwinCreated() 1187 static MS_U8 _GOP_GWIN_IsGwinExistInClient(void* pInstance,MS_U8 gId) in _GOP_GWIN_IsGwinExistInClient() argument 1199 if (!_GOP_IsGwinIdValid(pInstance,gId)) in _GOP_GWIN_IsGwinExistInClient() 1201 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,gId); in _GOP_GWIN_IsGwinExistInClient() 1207 pwinFB = _GetWinFB(pInstance,g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gId].u32CurFBId); in _GOP_GWIN_IsGwinExistInClient() [all …]
|
| H A D | apiGOP.c | 2427 MS_U8 MApi_GOP_GWIN_IsGwinExist(MS_U8 gId) in MApi_GOP_GWIN_IsGwinExist() argument 2434 ioctl_info.GwinId = gId; in MApi_GOP_GWIN_IsGwinExist() 2700 u32fbId = MApi_GOP_GWIN_GetFBfromGWIN(WinProperty.gId); in MApi_GOP_GWIN_SetWinProperty() 2705 if(MApi_GOP_GWIN_GetWinInfo(WinProperty.gId,&gWin)!=GOP_API_SUCCESS) in MApi_GOP_GWIN_SetWinProperty() 2726 MApi_GOP_GWIN_SetWinInfo(WinProperty.gId, &gWin); in MApi_GOP_GWIN_SetWinProperty() 3694 E_GOP_API_Result MApi_GOP_GWIN_ReleaseWin(MS_U8 gId) in MApi_GOP_GWIN_ReleaseWin() argument 3698 MApi_GOP_GWIN_Enable(gId, FALSE); in MApi_GOP_GWIN_ReleaseWin() 3699 MApi_GOP_GWIN_DestroyWin(gId); in MApi_GOP_GWIN_ReleaseWin() 3978 if(GOP_API_SUCCESS == MApi_GOP_GWIN_GetWinInfo(WinProperty->gId,&gWin)) in MApi_GOP_GWIN_GetWinProperty() 4618 E_GOP_API_Result MApi_GOP_GWIN_SetFadeInOut(MS_U8 gId, EN_GOP_FADE_TYPE eGwinFadeType, MS_BOOL bEna… in MApi_GOP_GWIN_SetFadeInOut() argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiGOP.h | 439 MS_U8 gId; member 1467 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_ReleaseWin(MS_U8 gId); 1473 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_DestroyWin(MS_U8 gId); 1776 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start); 1808 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetWinDispPosition(MS_U8 gId, MS_U16 dispX, MS_U16 dispY); 2006 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *wid… 2080 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetFadeInOut(MS_U8 gId, EN_GOP_FADE_TYPE eGwinFadeType, M… 2254 DLL_PUBLIC MS_U8 MApi_GOP_GWIN_IsGwinExist(MS_U8 gId);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiGOP.h | 464 MS_U8 gId; member 1577 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_ReleaseWin(MS_U8 gId); 1583 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_DestroyWin(MS_U8 gId); 1886 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start); 1930 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetWinDispPosition(MS_U8 gId, MS_U16 dispX, MS_U16 dispY); 2129 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *wid… 2131 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *wid… 2206 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetFadeInOut(MS_U8 gId, EN_GOP_FADE_TYPE eGwinFadeType, M… 2380 DLL_PUBLIC MS_U8 MApi_GOP_GWIN_IsGwinExist(MS_U8 gId);
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | drvGOP.c | 2498 MS_U32 gId; in Drv_GOP_Init_Context() local 2508 for( gId=0; gId<g_gopDrvCtxLocal.apiCtxLocal.pGopChipProperty->TotalGwinNum; gId++) in Drv_GOP_Init_Context() 2510 pGOPCtxLocal->pGOPCtxShared->gwinMap[gId].u32CurFBId = INVALID_GWIN_ID; in Drv_GOP_Init_Context() 2511 pGOPCtxLocal->pGOPCtxShared->gwinMap[gId].bIsShared = FALSE; in Drv_GOP_Init_Context() 2512 pGOPCtxLocal->pGOPCtxShared->gwinMap[gId].u16SharedCnt = 0x0; in Drv_GOP_Init_Context() 2516 for( gId=0; gId<MDrv_GOP_GetMaxGOPNum(pGOPCtxLocal); gId++) in Drv_GOP_Init_Context() 2518 if(gId>=SHARED_GOP_MAX_COUNT) in Drv_GOP_Init_Context() 2522 pGOPCtxLocal->pGOPCtxShared->s32OutputColorType[gId] = -1; in Drv_GOP_Init_Context() 2523 pGOPCtxLocal->pGOPCtxShared->bGopHasInitialized[gId] = FALSE; in Drv_GOP_Init_Context() 3184 GOP_Result MDrv_GOP_GWIN_SetFadeInOut(MS_GOP_CTX_LOCAL*pGOPCtx, MS_U8 gId, DRV_GOP_FADE_TYPE eGwinF… in MDrv_GOP_GWIN_SetFadeInOut() argument [all …]
|
| H A D | drvGOP.h | 1399 GOP_Result MDrv_GOP_GWIN_SetFadeInOut(MS_GOP_CTX_LOCAL*pGOPCtx, MS_U8 gId, DRV_GOP_FADE_TYPE eGwinF…
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 11189 MS_U8 gId; 12000 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_ReleaseWin(MS_U8 gId); 12006 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_DestroyWin(MS_U8 gId); 12180 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start); 12198 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetWinDispPosition(MS_U8 gId, MS_U16 dispX, MS_U16 dispY); 12287 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *wid… 12289 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *wid… 12316 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetFadeInOut(MS_U8 gId, EN_GOP_FADE_TYPE eGwinFadeType, M… 12376 DLL_PUBLIC MS_U8 MApi_GOP_GWIN_IsGwinExist(MS_U8 gId);
|