Lines Matching refs:u8GopNum
2691 static MS_BOOL _IsGopInMux0(void* pInstance,MS_U8 u8GopNum) in _IsGopInMux0() argument
2701 if (u8GopNum == GetGopNum) in _IsGopInMux0()
2710 static MS_BOOL _IsGopInMux1(void* pInstance,MS_U8 u8GopNum) in _IsGopInMux1() argument
2719 if (u8GopNum==GetGopNum) in _IsGopInMux1()
2725 static MS_BOOL _IsGopInMux2(void* pInstance,MS_U8 u8GopNum) in _IsGopInMux2() argument
2735 if (u8GopNum == GetGopNum) in _IsGopInMux2()
2741 static MS_BOOL _IsGopInMux3(void* pInstance,MS_U8 u8GopNum) in _IsGopInMux3() argument
2750 if (u8GopNum==GetGopNum) in _IsGopInMux3()
2757 static MS_BOOL _IsGopInMux0To2(void* pInstance,MS_U8 u8GopNum) in _IsGopInMux0To2() argument
2759 …if (_IsGopInMux0(pInstance,u8GopNum) || _IsGopInMux1(pInstance,u8GopNum) || _IsGopInMux2(pInstance… in _IsGopInMux0To2()
2766 static MS_BOOL _IsGopInMux0To3(void* pInstance,MS_U8 u8GopNum) in _IsGopInMux0To3() argument
2768 …pInMux0(pInstance,u8GopNum) || _IsGopInMux1(pInstance,u8GopNum) || _IsGopInMux2(pInstance,u8GopNum… in _IsGopInMux0To3()
7710 static MS_BOOL _IsGopInOPMux(void* pInstance,MS_U8 u8GopNum) in _IsGopInOPMux() argument
7720 if (u8GopNum==GetGopNum) in _IsGopInOPMux()
7728 static MS_BOOL _IsGopInDualOPMux(void* pInstance, MS_U8 u8GopNum) in _IsGopInDualOPMux() argument
7738 if (u8GopNum==GetGopNum) in _IsGopInDualOPMux()