Lines Matching refs:wContrast

152     WORD wContrast;
300 void msAdjustPCContrast_10Bits(void* pInstance, BOOL bScalerWin, WORD wContrast );
301 void msAdjustVideoContrast_10Bits(void* pInstance, BOOL bScalerWin, WORD wContrast );
332 wReturnValue = s_AceInfo[bWindow].wContrast; in msACE_GetInfo()
914 s_AceInfo[i].wContrast = 1024; in InitACEVar()
1420 …ontrastRGBMatrix[0][0] = ( (DWORD)s_AceInfo[bWindow].wRCon * (s_AceInfo[bWindow].wContrast)) >> 10; in SetVideoContrastMatrix()
1421 …ontrastRGBMatrix[1][1] = ( (DWORD)s_AceInfo[bWindow].wGCon * (s_AceInfo[bWindow].wContrast)) >> 10; in SetVideoContrastMatrix()
1422 …ontrastRGBMatrix[2][2] = ( (DWORD)s_AceInfo[bWindow].wBCon * (s_AceInfo[bWindow].wContrast)) >> 10; in SetVideoContrastMatrix()
1596 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustHSC()
1619 stAceOSDControl.u16Contrast = s_AceInfo[bScalerWin].wContrast; in msAdjustCFDOSDInfo()
1715 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustVideoContrast()
1719 void msAdjustVideoContrast_10Bits(void *pInstance, BOOL bScalerWin, WORD wContrast ) in msAdjustVideoContrast_10Bits() argument
1723 s_AceInfo[bScalerWin].wContrast = wContrast<<1; in msAdjustVideoContrast_10Bits()
1766 …ontrastRGBMatrix[0][0] = ( (DWORD)s_AceInfo[bWindow].wRCon * (s_AceInfo[bWindow].wContrast)) >> 10; in SetPCConRGBMatrix()
1767 …ontrastRGBMatrix[1][1] = ( (DWORD)s_AceInfo[bWindow].wGCon * (s_AceInfo[bWindow].wContrast)) >> 10; in SetPCConRGBMatrix()
1768 …ontrastRGBMatrix[2][2] = ( (DWORD)s_AceInfo[bWindow].wBCon * (s_AceInfo[bWindow].wContrast)) >> 10; in SetPCConRGBMatrix()
1866 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustPCContrast()
1870 void msAdjustPCContrast_10Bits(void *pInstance, BOOL bScalerWin, WORD wContrast ) in msAdjustPCContrast_10Bits() argument
1873 s_AceInfo[bScalerWin].wContrast = wContrast<<1; in msAdjustPCContrast_10Bits()