Searched refs:psYVUtoRGBMatrix (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/ace/ |
| H A D | MsAce.c | 162 short* psYVUtoRGBMatrix; // this variable must pointer to a array[3][3] 739 if( s_AceInfo[bWindow].psYVUtoRGBMatrix == NULL ) in msACE_GetMatrix() 741 CopyMatrix( (WORD*)s_AceInfo[bWindow].psYVUtoRGBMatrix, pwBuf, ucCopyLen ); in msACE_GetMatrix() 780 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,psUserYUVtoRGBMatrix,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix() 795 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tSDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix() 802 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tHDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix() 813 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tSDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix() 820 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tHDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix() 830 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tSDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix() 1529 ColorMatrix_1[i][j]=*(s_AceInfo[bScalerWin].psYVUtoRGBMatrix +(i*3)+j);; in msSetVideoColorMatrix() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/api/ace/ |
| H A D | ACE_private.h | 132 short psYVUtoRGBMatrix[9]; // this variable must pointer to a array[3][3] member
|