Searched refs:QM_GetInputVFreq (Results 1 – 3 of 3) sorted by relevance
4725 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()
313 MS_U16 u16Input_VFreq = QM_GetInputVFreq(eWindow); in QM_InputSourceToIndex()
148 #define QM_GetInputVFreq(x) (_stMode_Info[x].u16input_vfreq) macro