Searched refs:stDrvDMS (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dms/api/dms/ |
| H A D | apiDMS_v2.c | 75 …memset(pDMSResourcePrivate->stDrvDMS._stXC_DIPMemInfo, 0 , sizeof(DMS_DIPMEM_INFO) * E_DMS_DIP_CLI… in DMSRegisterToUtopia() 76 …memset(pDMSResourcePrivate->stDrvDMS._stXC_PreDispWinInfo, 0 , sizeof(ST_DMS_WINDOW) * DMS_MAX_WIN… in DMSRegisterToUtopia() 77 …memset(pDMSResourcePrivate->stDrvDMS._stXC_PreDispWinInfo, 0 , sizeof(DMS_DISP_BUFFER_FLAG) * E_DM… in DMSRegisterToUtopia() 78 pDMSResourcePrivate->stDrvDMS.u32MaxOutputFrameRate = 0; in DMSRegisterToUtopia() 79 pDMSResourcePrivate->stDrvDMS.u32VsyncCount = 0; in DMSRegisterToUtopia() 80 pDMSResourcePrivate->stDrvDMS.u32GOPDispCount = 0; in DMSRegisterToUtopia() 83 … pDMSResourcePrivate->stDrvDMS.u8DIPReadytoCaptureID[u8WindowID] = DMS_Invalid_ReadPointer_ID; in DMSRegisterToUtopia() 86 … memset(pDMSResourcePrivate->stDrvDMS.u32DIPAddress_pa, 0 , sizeof(MS_PHY) * E_DMS_DIP_CLIENT_MAX); in DMSRegisterToUtopia() 87 memset(pDMSResourcePrivate->stDrvDMS.u8DIP_Window, 0 , sizeof(MS_U8) * E_DMS_DIP_MAX); in DMSRegisterToUtopia() 88 pDMSResourcePrivate->stDrvDMS.u32GEAddress_pa = 0x0; in DMSRegisterToUtopia() [all …]
|
| H A D | apiDMS_private.h | 272 ST_DRV_DMS stDrvDMS; member
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 207 #define RES_DMS pDMSResPri->stDrvDMS 412 if (pDMSResPri->stDrvDMS.bWindowInfoReady[Overlay_ID]) { in _DMS_Update_DS_Table() 413 DispWin.u32x = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32x; in _DMS_Update_DS_Table() 414 DispWin.u32y = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32y; in _DMS_Update_DS_Table() 415 DispWin.u32width = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32width; in _DMS_Update_DS_Table() 416 DispWin.u32height = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32height; in _DMS_Update_DS_Table() 418 CropWin.u32x = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32x; in _DMS_Update_DS_Table() 419 CropWin.u32y = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32y; in _DMS_Update_DS_Table() 420 CropWin.u32width = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32width; in _DMS_Update_DS_Table() 421 CropWin.u32height = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32height; in _DMS_Update_DS_Table() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 311 #define RES_DMS pDMSResPri->stDrvDMS
|