Home
last modified time | relevance | path

Searched refs:u16StdWidth (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c1361 MS_U16 u16StdWidth; // standard width in _MApi_XC_Auto_TuneHTotal() local
1371 u16StdWidth = StandardInfo->u16HResolution; in _MApi_XC_Auto_TuneHTotal()
1373 …XC_LOG_TRACE(XC_DBGLEVEL_AUTOGEOMETRY,"Step1 u16StdWidth=%u, u16ActualWidth=%u\n",u16StdWidth, u16… in _MApi_XC_Auto_TuneHTotal()
1375 if(abs(u16ActualWidth - u16StdWidth) > (u16StdWidth / 6)) // check actual width over standard in _MApi_XC_Auto_TuneHTotal()
1377 XC_LOG_TRACE(XC_DBGLEVEL_AUTOGEOMETRY,"AWoverSW(%u,%u)\n", u16ActualWidth, u16StdWidth); in _MApi_XC_Auto_TuneHTotal()
1383 if(abs(u16ActualWidth - u16StdWidth) > 1) // check width difference in _MApi_XC_Auto_TuneHTotal()
1386 u16HTotalBff = ((MS_U32) Active->u16HorizontalTotal * u16StdWidth) / u16ActualWidth; in _MApi_XC_Auto_TuneHTotal()
1401 if(u16ActualWidth != u16StdWidth) // match width in _MApi_XC_Auto_TuneHTotal()
1404 u16HTotalBff = u16HTotalBff + (u16StdWidth - u16ActualWidth); in _MApi_XC_Auto_TuneHTotal()
1411 u16HTotalBff = u16HTotalBff + (u16StdWidth - u16ActualWidth); in _MApi_XC_Auto_TuneHTotal()
[all …]