Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c4725 if ((QM_GetInputVFreq(eWindow) != 0) && (QM_GetInputVFreq(eWindow) != 1)) in MDrv_PQ_GetDelayTimeByMemc_U2()
4730 …(u8PQDelayCountNum + u32MemcFrameDelay) * ((10000 + (QM_GetInputVFreq(eWindow)/2))/QM_GetInputVFre… in MDrv_PQ_GetDelayTimeByMemc_U2()
4735 …_u16PQDelyaTime = u8PQDelayCountNum * ((10000 + (QM_GetInputVFreq(eWindow)/2))/QM_GetInputVFreq(eW… in MDrv_PQ_GetDelayTimeByMemc_U2()
4808 if ((QM_GetInputVFreq(eWindow) != 0) && (QM_GetInputVFreq(eWindow) != 1)) in MDrv_PQ_GetDelayTime_U2()
4812 …16PQDelyaTime = (u8PQDelayCountNum + 5) * ((10000 + (QM_GetInputVFreq(eWindow)/2))/QM_GetInputVFre… in MDrv_PQ_GetDelayTime_U2()
4816 …_u16PQDelyaTime = u8PQDelayCountNum * ((10000 + (QM_GetInputVFreq(eWindow)/2))/QM_GetInputVFreq(eW… in MDrv_PQ_GetDelayTime_U2()
10733 (QM_GetInputVFreq(eWindow) > 235) && (QM_GetInputVFreq(eWindow) < 245)) in MDrv_PQ_GetBPPInfoFromMADi_U2()
11221 if ((QM_GetInputVFreq(eWindow) != 0) && (QM_GetInputVFreq(eWindow) != 1)) in MDrv_PQ_GetBPPInfoFromMADi_U2()
11222 …_u16PQDelyaTime = u8PQDelayCount * ((10000 + (QM_GetInputVFreq(eWindow)/2))/QM_GetInputVFreq(eWind… in MDrv_PQ_GetBPPInfoFromMADi_U2()
H A DdrvPQ_cus.c313 MS_U16 u16Input_VFreq = QM_GetInputVFreq(eWindow); in QM_InputSourceToIndex()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DQualityMode.h148 #define QM_GetInputVFreq(x) (_stMode_Info[x].u16input_vfreq) macro