Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c3566 MS_U16 u16StrenthHeight = g_pGOPCtxLocal->pGOPCtxShared->u16VScaleDst[u8GOPNum]; in GOP_SetStretchWinPosition() local
3583 if ((0 == u16StrenthWidth) || (0 == u16StrenthHeight)) in GOP_SetStretchWinPosition()
3603u16StrenthHeight = (MS_U16)(((u16SrcHeight * SCALING_MULITPLIER) + u16VRatio) / u16VRatio); in GOP_SetStretchWinPosition()
3608 u16StrenthHeight = (MS_U16)((u16SrcHeight * SCALING_MULITPLIER) / u16VRatio); in GOP_SetStretchWinPosition()
3618 u16StrenthHeight = u16StrenthHeight <<1; in GOP_SetStretchWinPosition()
3621 u16StrenthHeight = u16StrenthHeight <<1; in GOP_SetStretchWinPosition()
3622 u16StrenthHeight += g_pGOPCtxLocal->u16GOPGWinMiddle[u8GOPNum]; in GOP_SetStretchWinPosition()
3661 if (u16PnlHeight < u16StrenthHeight) in GOP_SetStretchWinPosition()
3664 u16StrenthHeight = u16PnlHeight; in GOP_SetStretchWinPosition()
3667 else if (u16PnlHeight < u16DispY + u16StrenthHeight) in GOP_SetStretchWinPosition()
[all …]