Searched refs:psColorCorrectionMatrix (Results 1 – 3 of 3) sorted by relevance
160 short* psColorCorrectionMatrix; // this variable must pointer to a array[3][3]356 if( s_AceInfo[bWindow].psColorCorrectionMatrix != NULL ) in msACE_GetInfo()358 wReturnValue = s_AceInfo[bWindow].psColorCorrectionMatrix[26]*-1; in msACE_GetInfo()365 if( s_AceInfo[bWindow].psColorCorrectionMatrix != NULL ) in msACE_GetInfo()367 wReturnValue = s_AceInfo[bWindow].psColorCorrectionMatrix[27]; in msACE_GetInfo()374 if( s_AceInfo[bWindow].psColorCorrectionMatrix != NULL ) in msACE_GetInfo()376 wReturnValue = s_AceInfo[bWindow].psColorCorrectionMatrix[28]*-1; in msACE_GetInfo()383 if( s_AceInfo[bWindow].psColorCorrectionMatrix != NULL ) in msACE_GetInfo()385 …wReturnValue = _TransferColorCorrectionOffsetValue(s_AceInfo[bWindow].psColorCorrectionMatrix[29]); in msACE_GetInfo()391 if( s_AceInfo[bWindow].psColorCorrectionMatrix != NULL ) in msACE_GetInfo()[all …]
124 short psColorCorrectionMatrix[32]; // this variable must pointer to a array[3][3] member
3566 …able(pInstance, MAIN_WINDOW, psACEResPri->stdrvACE.s_AceInfo[MAIN_WINDOW].psColorCorrectionMatrix); in MApi_XC_ACE_SetPowerState_U2()