Lines Matching refs:pGopDst

700 …ic MS_U32 _GOP_Map_APIDst2DRV_Enum(void* pInstance,EN_GOP_DST_TYPE GopDst, DRV_GOPDstType *pGopDst)  in _GOP_Map_APIDst2DRV_Enum()  argument
707 *pGopDst = E_DRV_GOP_DST_IP0; in _GOP_Map_APIDst2DRV_Enum()
711 *pGopDst = E_DRV_GOP_DST_MIXER2VE; in _GOP_Map_APIDst2DRV_Enum()
715 *pGopDst = E_DRV_GOP_DST_OP0; in _GOP_Map_APIDst2DRV_Enum()
719 *pGopDst = E_DRV_GOP_DST_VOP; in _GOP_Map_APIDst2DRV_Enum()
723 *pGopDst = E_DRV_GOP_DST_IP1; in _GOP_Map_APIDst2DRV_Enum()
727 *pGopDst = E_DRV_GOP_DST_IP0; //For compatible temporaily in _GOP_Map_APIDst2DRV_Enum()
732 *pGopDst = E_DRV_GOP_DST_IP0_SUB; in _GOP_Map_APIDst2DRV_Enum()
736 *pGopDst = E_DRV_GOP_DST_MIXER2OP; in _GOP_Map_APIDst2DRV_Enum()
740 *pGopDst = E_DRV_GOP_DST_VOP_SUB; in _GOP_Map_APIDst2DRV_Enum()
744 *pGopDst = E_DRV_GOP_DST_FRC; in _GOP_Map_APIDst2DRV_Enum()
748 *pGopDst = E_DRV_GOP_DST_VE; in _GOP_Map_APIDst2DRV_Enum()
752 *pGopDst = E_DRV_GOP_DST_BYPASS; in _GOP_Map_APIDst2DRV_Enum()
756 *pGopDst = E_DRV_GOP_DST_OP1; in _GOP_Map_APIDst2DRV_Enum()
760 *pGopDst = E_DRV_GOP_DST_MIXER2OP1; in _GOP_Map_APIDst2DRV_Enum()
764 *pGopDst = E_DRV_GOP_DST_DIP; in _GOP_Map_APIDst2DRV_Enum()
768 *pGopDst = E_DRV_GOP_DST_GOPScaling; in _GOP_Map_APIDst2DRV_Enum()
772 *pGopDst = E_DRV_GOP_DST_OP_DUAL_RATE; in _GOP_Map_APIDst2DRV_Enum()
776 *pGopDst = E_DRV_GOP_DST_INVALID; in _GOP_Map_APIDst2DRV_Enum()
784 static MS_U32 _GOP_Map_DRVDst2API_Enum_(void* pInstance,EN_GOP_DST_TYPE *pGopDst, DRV_GOPDstType Go… in _GOP_Map_DRVDst2API_Enum_() argument
791 *pGopDst = E_GOP_DST_IP0; in _GOP_Map_DRVDst2API_Enum_()
795 *pGopDst = E_GOP_DST_MIXER2VE; in _GOP_Map_DRVDst2API_Enum_()
799 *pGopDst = E_GOP_DST_OP0; in _GOP_Map_DRVDst2API_Enum_()
803 *pGopDst = E_GOP_DST_VOP; in _GOP_Map_DRVDst2API_Enum_()
807 *pGopDst = E_GOP_DST_IP1; in _GOP_Map_DRVDst2API_Enum_()
811 *pGopDst = E_GOP_DST_IP_SUB; in _GOP_Map_DRVDst2API_Enum_()
815 *pGopDst = E_GOP_DST_MIXER2OP; in _GOP_Map_DRVDst2API_Enum_()
819 *pGopDst = E_GOP_DST_VOP_SUB; in _GOP_Map_DRVDst2API_Enum_()
823 *pGopDst = E_GOP_DST_FRC; in _GOP_Map_DRVDst2API_Enum_()
827 *pGopDst = E_GOP_DST_VE; in _GOP_Map_DRVDst2API_Enum_()
831 *pGopDst = E_GOP_DST_BYPASS; in _GOP_Map_DRVDst2API_Enum_()
835 *pGopDst = E_GOP_DST_OP1; in _GOP_Map_DRVDst2API_Enum_()
839 *pGopDst = E_GOP_DST_MIXER2OP1; in _GOP_Map_DRVDst2API_Enum_()
843 *pGopDst = E_GOP_DST_DIP; in _GOP_Map_DRVDst2API_Enum_()
847 *pGopDst = E_GOP_DST_GOPScaling; in _GOP_Map_DRVDst2API_Enum_()
851 *pGopDst = E_GOP_DST_OP_DUAL_RATE; in _GOP_Map_DRVDst2API_Enum_()
855 *pGopDst = (EN_GOP_DST_TYPE)0xff; in _GOP_Map_DRVDst2API_Enum_()
6000 DRV_GOPDstType pGopDst = E_DRV_GOP_DST_INVALID; in GOP_Enable_VEOSD() local
6006 MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, u8GOP, &pGopDst); in GOP_Enable_VEOSD()
6008 …if((pGopDst == E_DRV_GOP_DST_MIXER2VE) || (pGopDst == E_DRV_GOP_DST_MIXER2OP) || (pGopDst == E_DRV… in GOP_Enable_VEOSD()
6012 else if(pGopDst == E_DRV_GOP_DST_INVALID) in GOP_Enable_VEOSD()