Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGOP.h550 MS_U16 u16DRAMJumpLen; member
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c5448 u16tmp = pinfo->u16DRAMJumpLen/GOP_DWIN_WordUnit; // word(8-byte) in MDrv_GOP_DWIN_SetWinInfo()
5495 pinfo->u16DRAMJumpLen = u16tmp *GOP_DWIN_WordUnit; // word in MDrv_GOP_DWIN_GetWinInfo()
5845 pproperty->u16fbw = pproperty->u16w - info.u16DRAMJumpLen/2; in MDrv_GOP_DWIN_GetWinProperty()
5863 info.u16DRAMJumpLen = (pproperty->u16fbw - pproperty->u16w) * 2; // 1 pixel occupy 2 bytes in MDrv_GOP_DWIN_SetWinProperty()
H A DdrvGOP.h582 MS_U16 u16DRAMJumpLen; //!< unit: Byte member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGOP.h593 MS_U16 u16DRAMJumpLen; member
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c9360 DwinInfo.u16DRAMJumpLen = 0; //Pitch and width are qual in Ioctl_GOP_Dwin_Capture()
9366 DwinInfo.u16DRAMJumpLen = (pinfo->pitch - pinfo->rect.w) * 4; // 1 pixel occupy 4 bytes in Ioctl_GOP_Dwin_Capture()
9370 DwinInfo.u16DRAMJumpLen = (pinfo->pitch - pinfo->rect.w) * 2; // 1 pixel occupy 2 bytes in Ioctl_GOP_Dwin_Capture()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt11318 MS_U16 u16DRAMJumpLen;