Searched refs:u16StrenthWidth (Results 1 – 1 of 1) sorted by relevance
3565 MS_U16 u16StrenthWidth = g_pGOPCtxLocal->pGOPCtxShared->u16HScaleDst[u8GOPNum]; in GOP_SetStretchWinPosition() local3583 if ((0 == u16StrenthWidth) || (0 == u16StrenthHeight)) in GOP_SetStretchWinPosition()3593 … u16StrenthWidth = (MS_U16)(((u16SrcWidth * SCALING_MULITPLIER) + u16HRatio) / u16HRatio); in GOP_SetStretchWinPosition()3598 u16StrenthWidth = (MS_U16)((u16SrcWidth * SCALING_MULITPLIER) / u16HRatio); in GOP_SetStretchWinPosition()3625 u16StrenthWidth = u16StrenthWidth <<1; in GOP_SetStretchWinPosition()3632 if (u16PnlWidth < u16StrenthWidth) in GOP_SetStretchWinPosition()3635 u16StrenthWidth = u16PnlWidth; in GOP_SetStretchWinPosition()3640 if (u16PnlWidth + u16HStart < u16DispX + u16StrenthWidth) in GOP_SetStretchWinPosition()3648 MS_U16 u16RightEnd = u16DispX + u16StrenthWidth; in GOP_SetStretchWinPosition()