Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c402 XC_SETWIN_INFO stXC_SetWin_Info; in _DMS_Update_DS_Table() local
403 memset(&stXC_SetWin_Info, 0, sizeof(XC_SETWIN_INFO)); in _DMS_Update_DS_Table()
493 stXC_SetWin_Info.enInputSourceType = stXCStatus.enInputSourceType; in _DMS_Update_DS_Table()
496 stXC_SetWin_Info.stCapWin.x = MDrv_MVOP_SubGetHStart(); in _DMS_Update_DS_Table()
497 stXC_SetWin_Info.stCapWin.y = MDrv_MVOP_SubGetVStart(); in _DMS_Update_DS_Table()
499 stXC_SetWin_Info.stCapWin.x = MDrv_MVOP_GetHStart(); in _DMS_Update_DS_Table()
500 stXC_SetWin_Info.stCapWin.y = MDrv_MVOP_GetVStart(); in _DMS_Update_DS_Table()
503 stXC_SetWin_Info.stCapWin.width = u16Width; in _DMS_Update_DS_Table()
504 stXC_SetWin_Info.stCapWin.height = u16Height; in _DMS_Update_DS_Table()
506 stXC_SetWin_Info.stDispWin.width = stXCStatus.stDispWin.width; in _DMS_Update_DS_Table()
[all …]