Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c2826 GOP_SETMUX MuxSet; in MApi_GOP_GWIN_SetMux() local
2832 memset(&MuxSet, 0x0, sizeof(GOP_MuxConfig)); in MApi_GOP_GWIN_SetMux()
2834 MuxSet.MuxCount = pGopMuxConfig->u8MuxCounts; in MApi_GOP_GWIN_SetMux()
2838 MuxSet.gop[i] = pGopMuxConfig->GopMux[i].u8GopIndex; in MApi_GOP_GWIN_SetMux()
2839 MuxSet.mux[i] = pGopMuxConfig->GopMux[i].u8MuxIndex; in MApi_GOP_GWIN_SetMux()
2842 ioctl_info.pMuxInfo = (MS_U32*)&MuxSet; in MApi_GOP_GWIN_SetMux()