Searched refs:u16DRAMJumpLen (Results 1 – 6 of 6) sorted by relevance
550 MS_U16 u16DRAMJumpLen; member
5448 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()
582 MS_U16 u16DRAMJumpLen; //!< unit: Byte member
593 MS_U16 u16DRAMJumpLen; member
9360 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()
11318 MS_U16 u16DRAMJumpLen;