Searched refs:stGopInit (Results 1 – 1 of 1) sorted by relevance
5570 GOP_InitInfo stGopInit; in _MDrv_DMS_OSD_Init() local5572 memset(&stGopInit, 0, sizeof(GOP_InitInfo)); in _MDrv_DMS_OSD_Init()5586 stGopInit.u16PanelWidth = g_IPanel.Width(); in _MDrv_DMS_OSD_Init()5587 stGopInit.u16PanelHeight = g_IPanel.Height(); in _MDrv_DMS_OSD_Init()5588 stGopInit.u16PanelHStr = g_IPanel.HStart(); in _MDrv_DMS_OSD_Init()5593 stGopInit.u32GOPRBAdr = RES_DMS.u32DIPAddress_pa[E_DMS_DIP_CLIENT_GOP]; in _MDrv_DMS_OSD_Init()5594 stGopInit.u32GOPRegdmaAdr = RES_DMS.u32DIPAddress_pa[E_DMS_DIP_CLIENT_GOP]; in _MDrv_DMS_OSD_Init()5595 stGopInit.u32GOPRBLen = (MS_U32)u32DIPSizeWithDouble; in _MDrv_DMS_OSD_Init()5596 stGopInit.u32GOPRegdmaLen = (MS_U32)u32DIPSizeWithDouble; in _MDrv_DMS_OSD_Init()5597 stGopInit.bEnableVsyncIntFlip = FALSE; in _MDrv_DMS_OSD_Init()[all …]