Searched refs:ucYUVtoRGBMatrixSel (Results 1 – 2 of 2) sorted by relevance
164 BYTE ucYUVtoRGBMatrixSel : 2;416 wReturnValue = s_AceInfo[bWindow].ucYUVtoRGBMatrixSel; in msACE_GetInfo()729 if( s_AceInfo[bWindow].ucYUVtoRGBMatrixSel == ACE_YUV_TO_RGB_MATRIX_SDTV ) in msACE_GetMatrix()733 else if( s_AceInfo[bWindow].ucYUVtoRGBMatrixSel == ACE_YUV_TO_RGB_MATRIX_HDTV ) in msACE_GetMatrix()737 else if( s_AceInfo[bWindow].ucYUVtoRGBMatrixSel == ACE_YUV_TO_RGB_MATRIX_USER ) in msACE_GetMatrix()773 s_AceInfo[bWindow].ucYUVtoRGBMatrixSel = ucMatrix; in msACESelectYUVtoRGBMatrix()
137 MS_U8 ucYUVtoRGBMatrixSel : 2; member