Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c1123 MS_U16 u16ComparePos=0,u16AutoPos; // position buffer, Add the initial value in _MApi_XC_Auto_GetPosition() local
1153 if(u16AutoPos == u16ComparePos) // match in _MApi_XC_Auto_GetPosition()
1158 u16ComparePos = u16AutoPos; // reset position in _MApi_XC_Auto_GetPosition()
1293 MS_U16 u16ComparePos; // compare start position in _MApi_XC_Auto_GetTransPos() local
1298u16ComparePos = _MApi_XC_Auto_GetPosition(pInstance, E_XC_AUTO_GET_HSTART ,u8VSyncTime , eWindow); in _MApi_XC_Auto_GetTransPos()
1308 …etPosition(pInstance, E_XC_AUTO_GET_HSTART ,u8VSyncTime , eWindow) == u16ComparePos) // find criti… in _MApi_XC_Auto_GetTransPos()