Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DQualityMode.h149 #define QM_IsInterlaced(x) (_stMode_Info[x].bInterlace) macro
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c5434 QM_IsSourceDVI_HDMIPC(_enInputSourceType[eWindow], eWindow)) && !QM_IsInterlaced(eWindow)) in MDrv_PQ_Get_CSC_XRuleIdx_U2()
5437 (QM_IsSourceDVI_HDMIPC(_enInputSourceType[eWindow], eWindow) && !QM_IsInterlaced(eWindow))) in MDrv_PQ_Get_CSC_XRuleIdx_U2()
8837 if(QM_IsInterlaced(PQ_MAIN_WINDOW) && (QM_GetInputHSize(PQ_MAIN_WINDOW) < 1500)) in MDrv_PQ_Get_Interlace_SD_mode_U2()
H A DdrvPQ_cus.c314 MS_BOOL bIsInterlaced = QM_IsInterlaced(eWindow); in QM_InputSourceToIndex()