Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ_cus.c313 MS_U16 u16Input_VFreq = QM_GetInputVFreq(eWindow); in QM_InputSourceToIndex() local
325 …PQMODE_DBG(printf("\r\n VFreq = %u, IsInterlace = %u", u16Input_VFreq, (MS_U16)bIsInterlaced)); in QM_InputSourceToIndex()
570 if (u16Input_VFreq > 550) in QM_InputSourceToIndex()
574 else if(u16Input_VFreq > 250) in QM_InputSourceToIndex()
586 if (u16Input_VFreq > 280) in QM_InputSourceToIndex()
607 if (u16Input_VFreq > 550) in QM_InputSourceToIndex()
648 if ((u16Input_VFreq > 550) || (u16Input_VSize > 1500)) in QM_InputSourceToIndex()
652 else if(u16Input_VFreq > GateFor30P) in QM_InputSourceToIndex()
762 if (u16Input_VFreq > 550) in QM_InputSourceToIndex()
766 else if(u16Input_VFreq > 250) in QM_InputSourceToIndex()
[all …]
H A Ddrvbw.c451 MS_U16 u16Input_VFreq = 0; in MDrv_BW_LoadTableByContext_U2() local
457 u16Input_VFreq = _stMode_Info[eWindow].u16input_vfreq; in MDrv_BW_LoadTableByContext_U2()
460 …tSourceType_U2(pInstance, eWindow), u16Input_HSize, u16Input_VSize, bIsInterlaced, u16Input_VFreq); in MDrv_BW_LoadTableByContext_U2()