Home
last modified time | relevance | path

Searched refs:GopDst (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c700 static MS_U32 _GOP_Map_APIDst2DRV_Enum(void* pInstance,EN_GOP_DST_TYPE GopDst, DRV_GOPDstType *pGop… in _GOP_Map_APIDst2DRV_Enum() argument
704 switch (GopDst) in _GOP_Map_APIDst2DRV_Enum()
784 …c MS_U32 _GOP_Map_DRVDst2API_Enum_(void* pInstance,EN_GOP_DST_TYPE *pGopDst, DRV_GOPDstType GopDst) in _GOP_Map_DRVDst2API_Enum_() argument
788 switch (GopDst) in _GOP_Map_DRVDst2API_Enum_()
2559 static void _GOP_GetPDByDst(void* pInstance,MS_U8 u8GOP_num, DRV_GOPDstType GopDst,MS_U16 *u16Strwi… in _GOP_GetPDByDst() argument
2567 switch(GopDst) in _GOP_GetPDByDst()
2626 …c void _GOP_AdjustHSPD(void* pInstance,MS_U8 u8GOP_num, MS_U16 u16StrwinStr, DRV_GOPDstType GopDst) in _GOP_AdjustHSPD() argument
2640 switch(GopDst) in _GOP_AdjustHSPD()
2654 u8Offset = MDrv_GOP_GetHPipeOfst(g_pGOPCtxLocal,u8GOP_num, GopDst); in _GOP_AdjustHSPD()
2661 u8Offset = MDrv_GOP_GetHPipeOfst(g_pGOPCtxLocal,u8GOP_num, GopDst); in _GOP_AdjustHSPD()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c3574 DRV_GOPDstType GopDst; in MDrv_GOP_GWIN_SetStretchWin() local
3591 HAL_GOP_GetGOPDst(&pGOPDrvLocalCtx->halCtxLocal, u8GOP, &GopDst); in MDrv_GOP_GWIN_SetStretchWin()
3593 (GopDst == E_DRV_GOP_DST_OP_DUAL_RATE) in MDrv_GOP_GWIN_SetStretchWin()
6197 MS_U8 MDrv_GOP_GetHPipeOfst(MS_GOP_CTX_LOCAL*pGOPCtx, MS_U8 u8GOP_num, DRV_GOPDstType GopDst) in MDrv_GOP_GetHPipeOfst() argument
6210 switch(GopDst) in MDrv_GOP_GetHPipeOfst()
H A DdrvGOP.h1406 MS_U8 MDrv_GOP_GetHPipeOfst(MS_GOP_CTX_LOCAL*pGOPCtx, MS_U8 u8GOP_num, DRV_GOPDstType GopDst);