Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c153 WORD wRCon;
341 wReturnValue = s_AceInfo[bWindow].wRCon; in msACE_GetInfo()
911 s_AceInfo[i].wRCon = 1024; in InitACEVar()
1420 …s_AceInfo[bWindow].sContrastRGBMatrix[0][0] = ( (DWORD)s_AceInfo[bWindow].wRCon * (s_AceInfo[bWind… in SetVideoContrastMatrix()
1632 stAceOSDControl.u16R = s_AceInfo[bScalerWin].wRCon; in msAdjustCFDOSDInfo()
1747 s_AceInfo[bScalerWin].wRCon = (WORD)ucRCon<<3; in msAdjustVideoRGB()
1753 void msAdjustVideoRGB_10Bits(void *pInstance, BOOL bScalerWin, WORD wRCon, WORD wGCon, WORD wBCon) in msAdjustVideoRGB_10Bits() argument
1756 s_AceInfo[bScalerWin].wRCon = wRCon<<1; in msAdjustVideoRGB_10Bits()
1766 …s_AceInfo[bWindow].sContrastRGBMatrix[0][0] = ( (DWORD)s_AceInfo[bWindow].wRCon * (s_AceInfo[bWind… in SetPCConRGBMatrix()
1881 s_AceInfo[bScalerWin].wRCon = (WORD)ucRed<<3; in msAdjustPCRGB()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DACE_private.h117 MS_U16 wRCon; member