Lines Matching refs:u16StrenthHeight
3566 MS_U16 u16StrenthHeight = g_pGOPCtxLocal->pGOPCtxShared->u16VScaleDst[u8GOPNum]; in GOP_SetStretchWinPosition() local
3583 if ((0 == u16StrenthWidth) || (0 == u16StrenthHeight)) in GOP_SetStretchWinPosition()
3603 … u16StrenthHeight = (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()
3674 u16DispY = u16PnlHeight - u16DispY - u16StrenthHeight; in GOP_SetStretchWinPosition()