Searched refs:MuxSet (Results 1 – 1 of 1) sorted by relevance
2826 GOP_SETMUX MuxSet; in MApi_GOP_GWIN_SetMux() local2832 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()