Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c6935 MS_BOOL Mdrv_GOP_GetMuxPriority(MS_GOP_CTX_LOCAL*pGOPCtx, PST_DRV_GOP_MUX_CAP_EX pstMuxPriEx) in Mdrv_GOP_GetMuxPriority() argument
6943 ||(pstMuxPriEx == NULL)) in Mdrv_GOP_GetMuxPriority()
6986 if(pstMuxPriEx->u8MuxNumber > MAX_MUX_NUMBER_SUPPORT) in Mdrv_GOP_GetMuxPriority()
6988 pstMuxPriEx->u8MuxNumber = MAX_MUX_NUMBER_SUPPORT; in Mdrv_GOP_GetMuxPriority()
6991 for(i=0; i<pstMuxPriEx->u8MuxNumber; i++) in Mdrv_GOP_GetMuxPriority()
6995 pstMuxPriEx->pu8MuxProrityArray[i] = (MS_U8)(au16Mux[i][0]); //Store sorted mux number in Mdrv_GOP_GetMuxPriority()
H A DdrvGOP.h1478 MS_BOOL Mdrv_GOP_GetMuxPriority(MS_GOP_CTX_LOCAL*pGOPCtx, PST_DRV_GOP_MUX_CAP_EX pstMuxPriEx);