Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c843 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()
[all …]