Lines Matching refs:u8GOP_num

2559 static void _GOP_GetPDByDst(void* pInstance,MS_U8 u8GOP_num, DRV_GOPDstType GopDst,MS_U16 *u16Strwi…  in _GOP_GetPDByDst()  argument
2592 …*u16StrwinStr = g_pGOPCtxLocal->pGOPCtxShared->u16PnlHStr[u8GOP_num] + g_pGOPCtxLocal->pGopChipPro… in _GOP_GetPDByDst()
2596 …*u16StrwinStr = g_pGOPCtxLocal->pGOPCtxShared->u16PnlHStr[u8GOP_num] + g_pGOPCtxLocal->pGopChipPro… in _GOP_GetPDByDst()
2626 static void _GOP_AdjustHSPD(void* pInstance,MS_U8 u8GOP_num, MS_U16 u16StrwinStr, DRV_GOPDstType Go… in _GOP_AdjustHSPD() argument
2634 if (!_GOP_IsGopNumValid(pInstance,u8GOP_num)) in _GOP_AdjustHSPD()
2636 GOP_M_ERR("[%s][%d]GOP %d is out of range\n",__FUNCTION__,__LINE__,u8GOP_num); 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()
2665 MDrv_GOP_GWIN_SetHSPipe(g_pGOPCtxLocal, u8GOP_num, u8Offset+u16StrwinStr); in _GOP_AdjustHSPD()
2668 static void _GOP_InitHSPDByGOP(void* pInstance,MS_U8 u8GOP_num) in _GOP_InitHSPDByGOP() argument
2678 if (!_GOP_IsGopNumValid(pInstance,u8GOP_num)) in _GOP_InitHSPDByGOP()
2680 GOP_M_ERR("[%s][%d]GOP %d is out of range\n",__FUNCTION__,__LINE__,u8GOP_num); in _GOP_InitHSPDByGOP()
2684 MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, u8GOP_num, &GopDst); in _GOP_InitHSPDByGOP()
2685 _GOP_GetPDByDst(pInstance,u8GOP_num, GopDst,&u16StrwinStr); in _GOP_InitHSPDByGOP()
2686 _GOP_AdjustHSPD(pInstance,u8GOP_num, u16StrwinStr, GopDst); in _GOP_InitHSPDByGOP()
3517 MS_U32 GOP_SetStretchWin(void* pInstance,MS_U8 u8GOP_num, EN_GOP_DST_TYPE eDstType,MS_U16 x, MS_U16… in GOP_SetStretchWin() argument
3526 if (!_GOP_IsGopNumValid(pInstance,u8GOP_num)) in GOP_SetStretchWin()
3528 GOP_M_ERR("[%s][%d]GOP %d is out of range\n",__FUNCTION__,__LINE__,u8GOP_num); in GOP_SetStretchWin()
3533 _GOP_Get_StretchWin(pInstance,u8GOP_num, &u16Temp, &u16Temp, &u16OrgWidth, &u16Temp); in GOP_SetStretchWin()
3534 _GOP_GWIN_Align_StretchWin(pInstance, u8GOP_num, eDstType, &x, &y, &width, &height, 16); in GOP_SetStretchWin()
3536 g_pGOPCtxLocal->pGOPCtxShared->u16APIStretchWidth[u8GOP_num] = width; in GOP_SetStretchWin()
3537 g_pGOPCtxLocal->pGOPCtxShared->u16APIStretchHeight[u8GOP_num]= height; in GOP_SetStretchWin()
3539 _GOP_GWIN_Adjust_3DStretchWin(pInstance,u8GOP_num, &x, &y, &width, &height); in GOP_SetStretchWin()
3542 MDrv_GOP_GWIN_SetHTotal(g_pGOPCtxLocal,u8GOP_num ,width); in GOP_SetStretchWin()
3544 MDrv_GOP_GWIN_SetStretchWin(g_pGOPCtxLocal, u8GOP_num, x, y, width, height); in GOP_SetStretchWin()
3545 _GOP_InitHSPDByGOP(pInstance,u8GOP_num); in GOP_SetStretchWin()
3546 MDrv_GOP_GWIN_UpdateReg(g_pGOPCtxLocal,u8GOP_num); in GOP_SetStretchWin()
3550 MDrv_GOP_GWIN_SetHTotal(g_pGOPCtxLocal,u8GOP_num ,width); in GOP_SetStretchWin()