Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c157 BYTE ucHue;
353 wReturnValue = s_AceInfo[bWindow].ucHue; in msACE_GetInfo()
916 s_AceInfo[i].ucHue = 50; in InitACEVar()
1401 u16Hue = s_AceInfo[bWindow].ucHue; in SetVideoSatHueMatrix()
1403 …u16Hue = ((s_AceInfo[bWindow].ucHue <= 50) ? (50 - s_AceInfo[bWindow].ucHue) : (360-(s_AceInfo[bWi… in SetVideoSatHueMatrix()
1591 void msAdjustHSC(void *pInstance, BOOL bScalerWin, BYTE ucHue, BYTE ucSaturation, BYTE ucContrast) in msAdjustHSC() argument
1597 s_AceInfo[bScalerWin].ucHue = ucHue; in msAdjustHSC()
1621 stAceOSDControl.u16Hue = s_AceInfo[bScalerWin].ucHue; in msAdjustCFDOSDInfo()
1737 void msAdjustVideoHue(void *pInstance, BOOL bScalerWin, BYTE ucHue ) in msAdjustVideoHue() argument
1740 s_AceInfo[bScalerWin].ucHue = ucHue; in msAdjustVideoHue()
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DACE_private.h121 MS_U8 ucHue; member