Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_ModeParse.c318 MS_U8 ucMatchIndex; // match index in _MApi_XC_ModeParse_FindMatchMode() local
373 ucMatchIndex = u8NumberOfItems; in _MApi_XC_ModeParse_FindMatchMode()
481 ucMatchIndex = ucIndex; // match standard mode table in _MApi_XC_ModeParse_FindMatchMode()
486 if(ucMatchIndex != u8NumberOfItems) in _MApi_XC_ModeParse_FindMatchMode()
489 ucMatchIndex, in _MApi_XC_ModeParse_FindMatchMode()
490 … astStandardModeResolution[ModeDB[ucMatchIndex].enResolutionIndex].u16DisplayWidth, in _MApi_XC_ModeParse_FindMatchMode()
491 … astStandardModeResolution[ModeDB[ucMatchIndex].enResolutionIndex].u16DisplayHeight, in _MApi_XC_ModeParse_FindMatchMode()
493 return ucMatchIndex; in _MApi_XC_ModeParse_FindMatchMode()
500 ucMatchIndex = u8NumberOfItems; in _MApi_XC_ModeParse_FindMatchMode()
568 ucMatchIndex = ucIndex; // match user mode index in _MApi_XC_ModeParse_FindMatchMode()
[all …]