Lines Matching refs:wRCon
153 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()
1890 s_AceInfo[bScalerWin].wRCon = wRed<<1; in msAdjustPCRGB_10Bits()