Home
last modified time | relevance | path

Searched refs:bIsHDMI (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DQualityMode.h82 #define QM_IsSourceDVI_HDMIPC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == FALSE))
83 #define QM_IsSourceHDMI_Video(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&…
84 #define QM_IsSourceHDMI_PC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&…
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ_cus.c3994 (_stHDMI_Info[eWindow].bIsHDMI == TRUE), in MDrv_PQ_Check_PointToPoint_Condition_U2()
4002 …if((((IsSrcTypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == TR… in MDrv_PQ_Check_PointToPoint_Condition_U2()
4003 …((IsSrcTypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == TRUE) … in MDrv_PQ_Check_PointToPoint_Condition_U2()
4004 …((IsSrcTypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == FALSE)… in MDrv_PQ_Check_PointToPoint_Condition_U2()
4005 …((IsSrcTypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == FALSE)… in MDrv_PQ_Check_PointToPoint_Condition_U2()
H A DdrvPQ.c4485 _stHDMI_Info[eWindow].bIsHDMI = pstPQHDMIInfo->bIsHDMI; in MDrv_PQ_SetHDMIInfo_U2()
4489 _stHDMI_Info[eWindow].bIsHDMI, in MDrv_PQ_SetHDMIInfo_U2()
4505 PQArgs.pstPQHDMIInfo.bIsHDMI = pstPQHDMIInfo->bIsHDMI; in MDrv_PQ_SetHDMIInfo()
9063 …ypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == TRUE) && (QM_H… in MDrv_PQ_Set_PointToPoint_U2()
9064 …ypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == FALSE) && (QM_… in MDrv_PQ_Set_PointToPoint_U2()
9171 …ypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == TRUE) && (QM_H… in MDrv_PQ_Set_PqBypass_U2()
9172 …ypeHDMI(pstXC_SetWin_Info->enInputSourceType)) && (_stHDMI_Info[eWindow].bIsHDMI == FALSE) && (QM_… in MDrv_PQ_Set_PqBypass_U2()
H A DdrvPQ.h712 MS_BOOL bIsHDMI; member