Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c155 WORD wBCon;
347 wReturnValue = s_AceInfo[bWindow].wBCon; in msACE_GetInfo()
913 s_AceInfo[i].wBCon = 1024; in InitACEVar()
1422 …s_AceInfo[bWindow].sContrastRGBMatrix[2][2] = ( (DWORD)s_AceInfo[bWindow].wBCon * (s_AceInfo[bWind… in SetVideoContrastMatrix()
1634 stAceOSDControl.u16B = s_AceInfo[bScalerWin].wBCon; in msAdjustCFDOSDInfo()
1749 s_AceInfo[bScalerWin].wBCon = (WORD)ucBCon<<3; in msAdjustVideoRGB()
1753 void msAdjustVideoRGB_10Bits(void *pInstance, BOOL bScalerWin, WORD wRCon, WORD wGCon, WORD wBCon) in msAdjustVideoRGB_10Bits() argument
1758 s_AceInfo[bScalerWin].wBCon = wBCon<<1; in msAdjustVideoRGB_10Bits()
1768 …s_AceInfo[bWindow].sContrastRGBMatrix[2][2] = ( (DWORD)s_AceInfo[bWindow].wBCon * (s_AceInfo[bWind… in SetPCConRGBMatrix()
1883 s_AceInfo[bScalerWin].wBCon = (WORD)ucBlue<<3; in msAdjustPCRGB()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DACE_private.h119 MS_U16 wBCon; member