Lines Matching refs:GetGopNum

2693     MS_U8 GetGopNum=0;  in _IsGopInMux0()  local
2699 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, E_GOP_MUX0); in _IsGopInMux0()
2701 if (u8GopNum == GetGopNum) in _IsGopInMux0()
2712 MS_U8 GetGopNum=0; in _IsGopInMux1() local
2718 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, E_GOP_MUX1); in _IsGopInMux1()
2719 if (u8GopNum==GetGopNum) in _IsGopInMux1()
2727 MS_U8 GetGopNum=0; in _IsGopInMux2() local
2733 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, E_GOP_MUX2); in _IsGopInMux2()
2735 if (u8GopNum == GetGopNum) in _IsGopInMux2()
2743 MS_U8 GetGopNum=0; in _IsGopInMux3() local
2749 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, E_GOP_MUX3); in _IsGopInMux3()
2750 if (u8GopNum==GetGopNum) in _IsGopInMux3()
2778 MS_U8 GetGopNum = 0; in _GetNonUseOPMux() local
2785 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, (Gop_MuxSel)i); in _GetNonUseOPMux()
2786 if (GetGopNum == 0x7) in _GetNonUseOPMux()
2795 MS_U8 GetGopNum = 0; in _GetNonUseDualOPMux() local
2802 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, (Gop_MuxSel)i); in _GetNonUseDualOPMux()
2803 if (GetGopNum == MAX_GOP_DualMUX_Num) in _GetNonUseDualOPMux()
7712 MS_U8 i, GetGopNum = 0; in _IsGopInOPMux() local
7719 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, (Gop_MuxSel)i); in _IsGopInOPMux()
7720 if (u8GopNum==GetGopNum) in _IsGopInOPMux()
7730 MS_U8 i, GetGopNum = 0; in _IsGopInDualOPMux() local
7737 MDrv_GOP_GWIN_GetMux(g_pGOPCtxLocal, &GetGopNum, (Gop_MuxSel)i); in _IsGopInDualOPMux()
7738 if (u8GopNum==GetGopNum) in _IsGopInDualOPMux()