Lines Matching refs:Gop0Dst
284 DRV_GOPDstType Gop0Dst =E_DRV_GOP_DST_INVALID; in _GOP_GetGop0WinInfo() local
307 MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, 0, &Gop0Dst); in _GOP_GetGop0WinInfo()
308 if (Gop0Dst ==E_DRV_GOP_DST_INVALID) in _GOP_GetGop0WinInfo()
339 if( ((Gop0Dst == E_DRV_GOP_DST_IP0) || (Gop0Dst == E_DRV_GOP_DST_IP1)) && bInterlace) in _GOP_GetGop0WinInfo()
341 else if((Gop0Dst == E_DRV_GOP_DST_VE) || (Gop0Dst == E_DRV_GOP_DST_OP1)) in _GOP_GetGop0WinInfo()
351 if( ((Gop0Dst == E_DRV_GOP_DST_IP0) || (Gop0Dst == E_DRV_GOP_DST_IP1)) && bInterlace) in _GOP_GetGop0WinInfo()
353 else if((Gop0Dst == E_DRV_GOP_DST_VE) || (Gop0Dst == E_DRV_GOP_DST_OP1)) in _GOP_GetGop0WinInfo()
355 …else if (((Gop0Dst == E_DRV_GOP_DST_OP0) || (Gop0Dst == E_DRV_GOP_DST_FRC) || (Gop0Dst == E_DRV_GO… in _GOP_GetGop0WinInfo()
1627 DRV_GOPDstType Gop0Dst =E_DRV_GOP_DST_INVALID; in _SetGop0WinInfo() local
1636 MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, E_GOP0, &Gop0Dst); in _SetGop0WinInfo()
1638 if (Gop0Dst ==E_DRV_GOP_DST_INVALID) in _SetGop0WinInfo()
1652 _GOP_GWIN_IsEnableMirror(pInstance,Gop0Dst, &bHMirror, &bVMirror); in _SetGop0WinInfo()
1654 …if(( Gop0Dst == E_DRV_GOP_DST_OP0) ||( Gop0Dst == E_DRV_GOP_DST_FRC) || ( Gop0Dst == E_DRV_GOP_DST… in _SetGop0WinInfo()
1668 … if ((g_pGOPCtxLocal->pGopChipProperty->bOpInterlace == TRUE) && ( Gop0Dst == E_DRV_GOP_DST_OP0)) in _SetGop0WinInfo()
1678 …e if( Gop0Dst == E_DRV_GOP_DST_IP0 || Gop0Dst == E_DRV_GOP_DST_IP0_SUB || Gop0Dst == E_DRV_GOP_DS… in _SetGop0WinInfo()
1719 …if(( Gop0Dst == E_DRV_GOP_DST_MIXER2VE) || ( Gop0Dst == E_DRV_GOP_DST_MIXER2OP) || ( Gop0Dst == E_… in _SetGop0WinInfo()
1755 …PCtxLocal->pGOPCtxShared->bHMirror && ((Gop0Dst == E_DRV_GOP_DST_OP0)||( Gop0Dst == E_DRV_GOP_DST_… in _SetGop0WinInfo()
1788 … ((Gop0Dst == E_DRV_GOP_DST_IP0) || (Gop0Dst == E_DRV_GOP_DST_IP1) || (Gop0Dst == E_DRV_GOP_DST_IP… in _SetGop0WinInfo()
1790 else if((Gop0Dst == E_DRV_GOP_DST_VE) || (Gop0Dst == E_DRV_GOP_DST_OP1)) in _SetGop0WinInfo()
1800 … ((Gop0Dst == E_DRV_GOP_DST_IP0) || (Gop0Dst == E_DRV_GOP_DST_IP1) || (Gop0Dst == E_DRV_GOP_DST_IP… in _SetGop0WinInfo()
1802 else if((Gop0Dst == E_DRV_GOP_DST_VE) || (Gop0Dst == E_DRV_GOP_DST_OP1)) in _SetGop0WinInfo()
1804 …else if (((Gop0Dst == E_DRV_GOP_DST_OP0) || (Gop0Dst == E_DRV_GOP_DST_FRC) || (Gop0Dst == E_DRV_GO… in _SetGop0WinInfo()