Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c3136 ST_XC_DIP_WINPROPERTY DIPWinPropertytoShow; in _DMS_SetDIPWWindow() local
3137 memset(&DIPWinPropertytoShow,0,sizeof(ST_XC_DIP_WINPROPERTY)); in _DMS_SetDIPWWindow()
3139 DIPWinPropertytoShow.enSource = SCALER_DIP_SOURCE_TYPE_DRAM; in _DMS_SetDIPWWindow()
3140 DIPWinPropertytoShow.u8BufCnt = DMS_DIP_BUFFER_COUNT; in _DMS_SetDIPWWindow()
3146DIPWinPropertytoShow.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_MVOP]… in _DMS_SetDIPWWindow()
3150DIPWinPropertytoShow.u16Width = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32width; in _DMS_SetDIPWWindow()
3155DIPWinPropertytoShow.u16Width = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32width; in _DMS_SetDIPWWindow()
3161DIPWinPropertytoShow.u16Height = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32height; in _DMS_SetDIPWWindow()
3166DIPWinPropertytoShow.u16Height = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32height; in _DMS_SetDIPWWindow()
3171 DIPWinPropertytoShow.u32BufStart = RES_DMS.u32MVOPFreezeAddress_pa; in _DMS_SetDIPWWindow()
[all …]