Lines Matching refs:stAceOSDControl
843 ST_ACE_CFD_OSD_CONTROL stAceOSDControl; in msACESetColorCorrectionTable() local
844 memset(&stAceOSDControl, 0, sizeof(ST_ACE_CFD_OSD_CONTROL)); in msACESetColorCorrectionTable()
845 stAceOSDControl.u32Version = ACE_OSD_CONTROL_VERSION; in msACESetColorCorrectionTable()
846 stAceOSDControl.u16Length = sizeof(ST_ACE_CFD_OSD_CONTROL); in msACESetColorCorrectionTable()
847 stAceOSDControl.bColorCorrectionValid = TRUE; in msACESetColorCorrectionTable()
848 memcpy(stAceOSDControl.s16ColorCorrectionMatrix, psColorCorrectionTable, sizeof(MS_S16)*32); in msACESetColorCorrectionTable()
849 stAceOSDControl.u8OSDUIEn = 1; in msACESetColorCorrectionTable()
850 stAceOSDControl.u8OSDUIMode = 1; in msACESetColorCorrectionTable()
851 stAceOSDControl.u8Win = (bWindow==TRUE)?1:0; in msACESetColorCorrectionTable()
856 stCFDCtrlInfo.pParam = &stAceOSDControl; in msACESetColorCorrectionTable()
1614 ST_ACE_CFD_OSD_CONTROL stAceOSDControl; in msAdjustCFDOSDInfo() local
1615 memset(&stAceOSDControl, 0, sizeof(ST_ACE_CFD_OSD_CONTROL)); in msAdjustCFDOSDInfo()
1616 stAceOSDControl.u32Version = ACE_OSD_CONTROL_VERSION; in msAdjustCFDOSDInfo()
1617 stAceOSDControl.u16Length = sizeof(ST_ACE_CFD_OSD_CONTROL); in msAdjustCFDOSDInfo()
1618 stAceOSDControl.bContrastValid = TRUE; in msAdjustCFDOSDInfo()
1619 stAceOSDControl.u16Contrast = s_AceInfo[bScalerWin].wContrast; in msAdjustCFDOSDInfo()
1620 stAceOSDControl.bHueValid = TRUE; in msAdjustCFDOSDInfo()
1621 stAceOSDControl.u16Hue = s_AceInfo[bScalerWin].ucHue; in msAdjustCFDOSDInfo()
1622 stAceOSDControl.bSaturationValid = TRUE; in msAdjustCFDOSDInfo()
1623 stAceOSDControl.u16Saturation = s_AceInfo[bScalerWin].ucSaturation; in msAdjustCFDOSDInfo()
1626 stAceOSDControl.bYVUtoRGBMatrixValid = TRUE; in msAdjustCFDOSDInfo()
1627 …memcpy(stAceOSDControl.s16YVUtoRGBMatrix, s_AceInfo[bScalerWin].psYVUtoRGBMatrix, sizeof(short)*9); in msAdjustCFDOSDInfo()
1629 stAceOSDControl.bR = TRUE; in msAdjustCFDOSDInfo()
1630 stAceOSDControl.bG = TRUE; in msAdjustCFDOSDInfo()
1631 stAceOSDControl.bB = TRUE; in msAdjustCFDOSDInfo()
1632 stAceOSDControl.u16R = s_AceInfo[bScalerWin].wRCon; in msAdjustCFDOSDInfo()
1633 stAceOSDControl.u16G = s_AceInfo[bScalerWin].wGCon; in msAdjustCFDOSDInfo()
1634 stAceOSDControl.u16B = s_AceInfo[bScalerWin].wBCon; in msAdjustCFDOSDInfo()
1635 stAceOSDControl.u8OSDUIEn = 1; in msAdjustCFDOSDInfo()
1636 stAceOSDControl.u8OSDUIMode = 1; in msAdjustCFDOSDInfo()
1637 stAceOSDControl.u8Win = (bScalerWin==TRUE)?1:0; in msAdjustCFDOSDInfo()
1642 stCFDCtrlInfo.pParam = &stAceOSDControl; in msAdjustCFDOSDInfo()