Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c1591 void msAdjustHSC(void *pInstance, BOOL bScalerWin, BYTE ucHue, BYTE ucSaturation, BYTE ucContrast) in msAdjustHSC() argument
1596 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustHSC()
1711 void msAdjustVideoContrast(void *pInstance, BOOL bScalerWin, BYTE ucContrast ) in msAdjustVideoContrast() argument
1715 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustVideoContrast()
1863 void msAdjustPCContrast(void *pInstance, BOOL bScalerWin, BYTE ucContrast ) in msAdjustPCContrast() argument
1866 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustPCContrast()