Lines Matching refs:u16StrwinStr

2559 …c void _GOP_GetPDByDst(void* pInstance,MS_U8 u8GOP_num, DRV_GOPDstType GopDst,MS_U16 *u16StrwinStr)  in _GOP_GetPDByDst()  argument
2571 *u16StrwinStr = 0; in _GOP_GetPDByDst()
2577 *u16StrwinStr = u32Hstart + g_pGOPCtxLocal->pGopChipProperty->GOP_IP_PD; in _GOP_GetPDByDst()
2582 *u16StrwinStr = 0; in _GOP_GetPDByDst()
2585 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_OP1_PD; in _GOP_GetPDByDst()
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()
2601 *u16StrwinStr =0; in _GOP_GetPDByDst()
2604 *u16StrwinStr =g_pGOPCtxLocal->pGopChipProperty->GOP_Mux_FRC_offset; in _GOP_GetPDByDst()
2607 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_MVOP_PD; in _GOP_GetPDByDst()
2611 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_MIXER_PD; in _GOP_GetPDByDst()
2614 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_VE_PD; in _GOP_GetPDByDst()
2617 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_DUAL_OP_PD; in _GOP_GetPDByDst()
2620 *u16StrwinStr = g_pGOPCtxLocal->pGopChipProperty->GOP_PD; in _GOP_GetPDByDst()
2626 static void _GOP_AdjustHSPD(void* pInstance,MS_U8 u8GOP_num, MS_U16 u16StrwinStr, DRV_GOPDstType Go… in _GOP_AdjustHSPD() argument
2665 MDrv_GOP_GWIN_SetHSPipe(g_pGOPCtxLocal, u8GOP_num, u8Offset+u16StrwinStr); in _GOP_AdjustHSPD()
2670 MS_U16 u16StrwinStr=0; in _GOP_InitHSPDByGOP() local
2685 _GOP_GetPDByDst(pInstance,u8GOP_num, GopDst,&u16StrwinStr); in _GOP_InitHSPDByGOP()
2686 _GOP_AdjustHSPD(pInstance,u8GOP_num, u16StrwinStr, GopDst); in _GOP_InitHSPDByGOP()
5244 MS_U16 u16StrwinStr; in GOP_GWIN_EnableT3DMode() local
5265 _GOP_GetPDByDst(pInstance,u8GOPNum, enGopDst, &u16StrwinStr); in GOP_GWIN_EnableT3DMode()
5266 _GOP_AdjustHSPD(pInstance,u8GOPNum, u16StrwinStr, enGopDst); in GOP_GWIN_EnableT3DMode()