Searched refs:u16ResultG (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_Auto.c | 1616 MS_U16 u16ResultR,u16ResultG,u16ResultB; in _MApi_XC_Auto_ExternalTuneVgaOffset() local 1619 … u16ResultG = MApi_XC_GetAutoGainResult(pInstance, AUTO_MIN_G, u8VSyncTime, MAIN_WINDOW); in _MApi_XC_Auto_ExternalTuneVgaOffset() 1621 …TRACE(XC_DBGLEVEL_AUTOGEOMETRY," Result R: %d G: %d B: %d \n", u16ResultR,u16ResultG,u16ResultB); in _MApi_XC_Auto_ExternalTuneVgaOffset() 1627 if (u16ResultG == 0x00) in _MApi_XC_Auto_ExternalTuneVgaOffset() 1845 MS_U16 u16ResultG = 0; in _MApi_XC_Auto_ExternalTuneScartRGBGain() local 1874 … u16ResultG = MApi_XC_GetAutoGainResult(pInstance, AUTO_MAX_G, u8VSyncTime, MAIN_WINDOW); in _MApi_XC_Auto_ExternalTuneScartRGBGain() 1876 …TRACE(XC_DBGLEVEL_AUTOGEOMETRY," Result R: %d G: %d B: %d \n", u16ResultR,u16ResultG,u16ResultB); in _MApi_XC_Auto_ExternalTuneScartRGBGain() 1888 if (u16ResultG >= 0x3AC) in _MApi_XC_Auto_ExternalTuneScartRGBGain() 1961 … u16ResultG = MApi_XC_GetAutoGainResult(pInstance, AUTO_MAX_G, u8VSyncTime, MAIN_WINDOW); in _MApi_XC_Auto_ExternalTuneScartRGBGain() 1963 …TRACE(XC_DBGLEVEL_AUTOGEOMETRY," Result R: %d G: %d B: %d \n", u16ResultR,u16ResultG,u16ResultB); in _MApi_XC_Auto_ExternalTuneScartRGBGain() [all …]
|