Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ_cus.c352 if(QM_IsSourceHDMI(enInputSourceType) && QM_HDMIPC_COLORYUV444(eWindow)) in QM_InputSourceToIndex()
516 else if(QM_HDMIPC_COLORYUV444(eWindow)) in QM_InputSourceToIndex()
528 else if( QM_IsSourceHDMI(enInputSourceType) && QM_HDMIPC_COLORYUV444(eWindow) && in QM_InputSourceToIndex()
543 else if( QM_IsSourceHDMI(enInputSourceType) && QM_HDMIPC_COLORYUV444(eWindow) && in QM_InputSourceToIndex()
3996 (QM_HDMIPC_COLORYUV444(PQ_MAIN_WINDOW)), in MDrv_PQ_Check_PointToPoint_Condition_U2()
4003 …nInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == TRUE) && (QM_HDMIPC_COLORYUV444(PQ_MAIN_WI… in MDrv_PQ_Check_PointToPoint_Condition_U2()
4004 …InputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == FALSE) && (QM_HDMIPC_COLORYUV444(PQ_MAIN_WI… in MDrv_PQ_Check_PointToPoint_Condition_U2()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DQualityMode.h88 #define QM_HDMIPC_COLORYUV444(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_444) macro