Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2348 MS_U32 UHDBytesPerLine = 0; in _DMS_DIP_GetDispBufferAddress() local
2356UHDBytesPerLine = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[eDIPClient].eDIPWFmt, DMS_Frame_Buff… in _DMS_DIP_GetDispBufferAddress()
2360 …phyBufAddr = RES_DMS.u32DIPAddress_pa[eDIPClient] + ( (UHDBytesPerLine * DMS_Frame_Buffer_Height) … in _DMS_DIP_GetDispBufferAddress()
6509 MS_U32 UHDBytesPerLine = 0; in _MDrv_DMS_SetWin() local
6593UHDBytesPerLine = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[eDIPClient].eDIPWFmt, DMS_Frame_Buff… in _MDrv_DMS_SetWin()
6651 …tMemAddr = RES_DMS._stXC_DIPWinInfo[u32Window].u32DIPStartMemAddr + (UHDBytesPerLine * DMS_Frame_B… in _MDrv_DMS_SetWin()
6652 …EndMemAddr = RES_DMS._stXC_DIPWinInfo[u32Window].u32DIPEndMemAddr + (UHDBytesPerLine * DMS_Frame_B… in _MDrv_DMS_SetWin()