Home
last modified time | relevance | path

Searched refs:GOP_StereoMode (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGFLIP.c576 if((pGOPCtx->pGOPCtxShared->GOP_StereoMode[u32GopIdx] != E_DRV_GOP_3D_DISABLE) && in MDrv_GFLIP_SetFlipInfo()
757 …if((pGOPCtx->pGOPCtxShared->GOP_StereoMode[u32GopIdx] != E_DRV_GOP_3D_DISABLE)&&(pGOPCtx->pGOPCtxS… in MDrv_GFLIP_SetFlipInfo()
774 …if((pGOPCtx->pGOPCtxShared->GOP_StereoMode[u32GopIdx] != E_DRV_GOP_3D_DISABLE) && (u64SubAddress !… in MDrv_GFLIP_SetFlipInfo()
H A DdrvGOP.c1335 switch(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOP_StereoMode[u8GOP]) in GOP_GetGopGwinHVPixel()
1469 switch(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOP_StereoMode[u8GOP]) in GOP_SetGopGwinHVPixel()
1490 …if(pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOP_StereoMode[u8GOP] == E_DRV_GOP_3D_LINE_FRAMEPA… in GOP_SetGopGwinHVPixel()
3484 switch(pGOPDrvLocalCtx->apiCtxLocal.pGOPCtxShared->GOP_StereoMode[u8GOP]) in MDrv_GOP_Set3DOSD_Middle()
3534 switch(pGOPCtx->pGOPCtxShared->GOP_StereoMode[u8GOP]) in MDrv_GOP_Set3DOSD_Middle()
3877 …if((u16w > 1376) && (pGOPCtx->pGOPCtxShared->GOP_StereoMode[u8GOP] == E_DRV_GOP_3D_SIDE_BY_SYDE) &… in MDrv_GOP_GWIN_Set_VSCALE()
6766 pGOPCtx->pGOPCtxShared->GOP_StereoMode[u8GOP] = en3DOSDMode; in MDrv_GOP_Set3DOSD_Mode()
H A DdrvGOP.h1112 MS_U8 GOP_StereoMode[SHARED_GOP_MAX_COUNT]; member
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c1054 … if((g_pGOPCtxLocal->pGOPCtxShared->GOP_StereoMode[u8Gop] == E_DRV_GOP_3D_LINE_ALTERNATIVE) || in _GOP_GWIN_Adjust_3DStretchWin()
1055 (g_pGOPCtxLocal->pGOPCtxShared->GOP_StereoMode[u8Gop] == E_DRV_GOP_3D_TOP_BOTTOM) in _GOP_GWIN_Adjust_3DStretchWin()
1060 if(g_pGOPCtxLocal->pGOPCtxShared->GOP_StereoMode[u8Gop] == E_DRV_GOP_3D_TOP_BOTTOM) in _GOP_GWIN_Adjust_3DStretchWin()
1065 … else if(g_pGOPCtxLocal->pGOPCtxShared->GOP_StereoMode[u8Gop] == E_DRV_GOP_3D_LINE_FRAMEPACKING) in _GOP_GWIN_Adjust_3DStretchWin()
1071 else if(g_pGOPCtxLocal->pGOPCtxShared->GOP_StereoMode[u8Gop] == E_DRV_GOP_3D_SIDE_BY_SYDE) in _GOP_GWIN_Adjust_3DStretchWin()
3614 switch (g_pGOPCtxLocal->pGOPCtxShared->GOP_StereoMode[u8GOPNum]) in GOP_SetStretchWinPosition()