Lines Matching refs:u16w
1379 MS_U16 u16w = pinfo->u16DispHPixelEnd - pinfo->u16DispHPixelStart; in GOP_SetGopGwinHVPixel() local
1413 u16tmp = ((pinfo->u16DispHPixelStart - align_offset + u16w ) + (GOP_Unit -1))& u16Mask; in GOP_SetGopGwinHVPixel()
1414 del_pixel = u16tmp - (pinfo->u16DispHPixelStart - align_offset + u16w ); in GOP_SetGopGwinHVPixel()
1427 if((align_end*GOP_Unit) > u16w) in GOP_SetGopGwinHVPixel()
1431 del_pixel = (align_end*GOP_Unit) - u16w; in GOP_SetGopGwinHVPixel()
3834 MS_U16 u16x = 0,u16y = 0,u16w = 0,u16h = 0; in MDrv_GOP_GWIN_Set_VSCALE() local
3875 MDrv_GOP_GWIN_Get_StretchWin(pGOPCtx, u8GOP,&u16x,&u16y,&u16w,&u16h); in MDrv_GOP_GWIN_Set_VSCALE()
3877 …if((u16w > 1376) && (pGOPCtx->pGOPCtxShared->GOP_StereoMode[u8GOP] == E_DRV_GOP_3D_SIDE_BY_SYDE) &… in MDrv_GOP_GWIN_Set_VSCALE()
5842 pproperty->u16w = info.u16HPixelEnd - info.u16HPixelStart ; in MDrv_GOP_DWIN_GetWinProperty()
5845 pproperty->u16fbw = pproperty->u16w - info.u16DRAMJumpLen/2; in MDrv_GOP_DWIN_GetWinProperty()
5858 info.u16HPixelEnd = info.u16HPixelStart + pproperty->u16w ; in MDrv_GOP_DWIN_SetWinProperty()
5863 info.u16DRAMJumpLen = (pproperty->u16fbw - pproperty->u16w) * 2; // 1 pixel occupy 2 bytes in MDrv_GOP_DWIN_SetWinProperty()