Searched refs:u16PosBff (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_Auto.c | 1234 MS_U16 u16PosBff; // position buffer in _MApi_XC_Auto_TunePosition() local 1242 u16PosBff = _MApi_XC_Auto_GetPosition(pInstance, E_XC_AUTO_GET_HSTART ,u8VSyncTime , eWindow); in _MApi_XC_Auto_TunePosition() 1247 u16PosBff++; in _MApi_XC_Auto_TunePosition() 1251 if(u16PosBff > MAX_PC_AUTO_H_START || u16PosBff < MIN_PC_AUTO_H_START) in _MApi_XC_Auto_TunePosition() 1254 u16PosBff = StandardInfo->u16HorizontalStart; in _MApi_XC_Auto_TunePosition() 1258 Active->u16HorizontalStart = u16PosBff; in _MApi_XC_Auto_TunePosition() 1260 MDrv_XC_SetCaptureWindowHstart(pInstance, u16PosBff , eWindow); in _MApi_XC_Auto_TunePosition() 1265 u16PosBff =_MApi_XC_Auto_GetPosition(pInstance, E_XC_AUTO_GET_VSTART ,u8VSyncTime , eWindow); in _MApi_XC_Auto_TunePosition() 1267 if(u16PosBff > MAX_PC_AUTO_V_START || u16PosBff < MIN_PC_AUTO_V_START) in _MApi_XC_Auto_TunePosition() 1269 …XC_LOG_TRACE(XC_DBGLEVEL_AUTOGEOMETRY,"V start limit: 0x%x (%x->%x)\n", u16PosBff, (MS_U16) MIN_PC… in _MApi_XC_Auto_TunePosition() [all …]
|