Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c11659 XC_PCMONITOR_STATUS enPCMonitorStatus = E_XC_PCMONITOR_STABLE_NOSYNC; in _MApi_XC_PCMonitor_Exe() local
11660 while ( enPCMonitorStatus != E_XC_PCMONITOR_STABLE_SYNC ) in _MApi_XC_PCMonitor_Exe()
11668 enPCMonitorStatus = MApi_XC_PCMonitor_U2(pInstance,enInputSourceType, eWindow); in _MApi_XC_PCMonitor_Exe()
11670 if(enPCMonitorStatus == E_XC_PCMONITOR_STABLE_SYNC) in _MApi_XC_PCMonitor_Exe()
11679 return enPCMonitorStatus; in _MApi_XC_PCMonitor_Exe()
H A Dmvideo.c.011645 XC_PCMONITOR_STATUS enPCMonitorStatus = E_XC_PCMONITOR_STABLE_NOSYNC;
11646 while ( enPCMonitorStatus != E_XC_PCMONITOR_STABLE_SYNC )
11654 enPCMonitorStatus = MApi_XC_PCMonitor_U2(pInstance,enInputSourceType, eWindow);
11656 if(enPCMonitorStatus == E_XC_PCMONITOR_STABLE_SYNC)
11665 return enPCMonitorStatus;