Lines Matching refs:stXCSetWinInfo
3961 XC_SETWIN_INFO stXCSetWinInfo; in _DMS_XC_SetWindow_MVOP_SetPath() local
3962 memset(&stXCSetWinInfo, 0, sizeof(XC_SETWIN_INFO)); in _DMS_XC_SetWindow_MVOP_SetPath()
3964 stXCSetWinInfo.enInputSourceType = INPUT_SOURCE_DTV; in _DMS_XC_SetWindow_MVOP_SetPath()
3970 stXCSetWinInfo.bHDuplicate = mvop_timing.bHDuplicate; in _DMS_XC_SetWindow_MVOP_SetPath()
3971 stXCSetWinInfo.u16InputVTotal = mvop_timing.u16V_TotalCount; in _DMS_XC_SetWindow_MVOP_SetPath()
3972 stXCSetWinInfo.u16DefaultHtotal = mvop_timing.u16H_TotalCount; in _DMS_XC_SetWindow_MVOP_SetPath()
3973 stXCSetWinInfo.bInterlace = mvop_timing.bInterlace; in _DMS_XC_SetWindow_MVOP_SetPath()
3975 stXCSetWinInfo.u16InputVFreq = g_IPanel.DefaultVFreq(); in _DMS_XC_SetWindow_MVOP_SetPath()
3977 stXCSetWinInfo.stCapWin.x = 0; in _DMS_XC_SetWindow_MVOP_SetPath()
3978 stXCSetWinInfo.stCapWin.y = 0; in _DMS_XC_SetWindow_MVOP_SetPath()
3979 stXCSetWinInfo.stCapWin.width = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3980 stXCSetWinInfo.stCapWin.height = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
3983 stXCSetWinInfo.stCropWin.x = 0; in _DMS_XC_SetWindow_MVOP_SetPath()
3984 stXCSetWinInfo.stCropWin.y = 0; in _DMS_XC_SetWindow_MVOP_SetPath()
3985 stXCSetWinInfo.stCropWin.width = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3986 stXCSetWinInfo.stCropWin.height = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
3988 stXCSetWinInfo.stDispWin.x = RES_DMS._stXC_XCDispWinInfo.u32x; in _DMS_XC_SetWindow_MVOP_SetPath()
3989 stXCSetWinInfo.stDispWin.y = RES_DMS._stXC_XCDispWinInfo.u32y; in _DMS_XC_SetWindow_MVOP_SetPath()
3990 stXCSetWinInfo.stDispWin.width = RES_DMS._stXC_XCDispWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3991 stXCSetWinInfo.stDispWin.height = RES_DMS._stXC_XCDispWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
3996 stXCSetWinInfo.bPreHCusScaling = TRUE; in _DMS_XC_SetWindow_MVOP_SetPath()
3997 stXCSetWinInfo.u16PreHCusScalingSrc = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3998 stXCSetWinInfo.u16PreHCusScalingDst = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3999 stXCSetWinInfo.bPreVCusScaling = TRUE; in _DMS_XC_SetWindow_MVOP_SetPath()
4000 stXCSetWinInfo.u16PreVCusScalingSrc = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
4001 stXCSetWinInfo.u16PreVCusScalingDst = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
4004 stXCSetWinInfo.bHCusScaling = TRUE; in _DMS_XC_SetWindow_MVOP_SetPath()
4005 stXCSetWinInfo.bVCusScaling = TRUE; in _DMS_XC_SetWindow_MVOP_SetPath()
4023 _DMS_XC_SetCusScaling(&stXCSetWinInfo,TRUE, in _DMS_XC_SetWindow_MVOP_SetPath()
4038 _DMS_XC_SetCusScaling(&stXCSetWinInfo,TRUE, in _DMS_XC_SetWindow_MVOP_SetPath()
4044 _DMS_XC_SetCusScaling(&stXCSetWinInfo,TRUE, in _DMS_XC_SetWindow_MVOP_SetPath()
4054 _DMS_XC_SetCusScaling(&stXCSetWinInfo,TRUE, in _DMS_XC_SetWindow_MVOP_SetPath()
4060 …DMS_PRINTF("[%s] total: %d %d\n",__FUNCTION__,stXCSetWinInfo.u16DefaultHtotal,stXCSetWinInfo.u16In… in _DMS_XC_SetWindow_MVOP_SetPath()
4061 …S_PRINTF("[%s] bInterlace: %d, VFreq %d\n",__FUNCTION__,stXCSetWinInfo.bInterlace,stXCSetWinInfo.u… in _DMS_XC_SetWindow_MVOP_SetPath()
4063 …d %d, %d %d\n",__FUNCTION__,stXCSetWinInfo.stCapWin.x,stXCSetWinInfo.stCapWin.y,stXCSetWinInfo.stC… in _DMS_XC_SetWindow_MVOP_SetPath()
4064 … %d, %d %d\n",__FUNCTION__,stXCSetWinInfo.stCropWin.x,stXCSetWinInfo.stCropWin.y,stXCSetWinInfo.st… in _DMS_XC_SetWindow_MVOP_SetPath()
4065 … %d, %d %d\n",__FUNCTION__,stXCSetWinInfo.stDispWin.x,stXCSetWinInfo.stDispWin.y,stXCSetWinInfo.st… in _DMS_XC_SetWindow_MVOP_SetPath()
4066 …",__FUNCTION__,stXCSetWinInfo.u16PreHCusScalingSrc,stXCSetWinInfo.u16PreHCusScalingDst,stXCSetWinI… in _DMS_XC_SetWindow_MVOP_SetPath()
4067 … %d\n",__FUNCTION__,stXCSetWinInfo.u16HCusScalingSrc,stXCSetWinInfo.u16HCusScalingDst,stXCSetWinIn… in _DMS_XC_SetWindow_MVOP_SetPath()
4078 …DMS_PRINTF("[%s] Setwin: %d %d %d %d %d\n",__FUNCTION__,stXCSetWinInfo.bHDuplicate,stXCSetWinInfo.… in _DMS_XC_SetWindow_MVOP_SetPath()
4079 stXCSetWinInfo.u16DefaultHtotal,stXCSetWinInfo.bInterlace,stXCSetWinInfo.u16InputVFreq); in _DMS_XC_SetWindow_MVOP_SetPath()
4081 …d %d %d %d) (%d %d %d %d) (%d %d %d %d)\n",__FUNCTION__,stXCSetWinInfo.stCapWin.x,stXCSetWinInfo.s… in _DMS_XC_SetWindow_MVOP_SetPath()
4082 …stXCSetWinInfo.stCapWin.width,stXCSetWinInfo.stCapWin.height,stXCSetWinInfo.stCropWin.x,stXCSetWin… in _DMS_XC_SetWindow_MVOP_SetPath()
4083 …stXCSetWinInfo.stCropWin.width,stXCSetWinInfo.stCropWin.height,stXCSetWinInfo.stDispWin.x,stXCSetW… in _DMS_XC_SetWindow_MVOP_SetPath()
4084 stXCSetWinInfo.stDispWin.width,stXCSetWinInfo.stDispWin.height); in _DMS_XC_SetWindow_MVOP_SetPath()
4087 MApi_XC_SetWindow(&stXCSetWinInfo, sizeof(XC_SETWIN_INFO), MAIN_WINDOW); in _DMS_XC_SetWindow_MVOP_SetPath()
4104 HAL_DMS_XC_DSSetWin(pInstance, &stMVOPWindow, &stXCSetWinInfo,RES_DMS.eDMS_MVOPFlowCtrl); in _DMS_XC_SetWindow_MVOP_SetPath()
4127 HAL_DMS_XC_DSSetWin(pInstance, &stMVOPWindow, &stXCSetWinInfo,RES_DMS.eDMS_MVOPFlowCtrl); in _DMS_XC_SetWindow_MVOP_SetPath()
6963 XC_SETWIN_INFO stXCSetWinInfo; in MDrv_DMS_SetWindow() local
6964 memset(&stXCSetWinInfo, 0, sizeof(XC_SETWIN_INFO)); in MDrv_DMS_SetWindow()
6966 stXCSetWinInfo.enInputSourceType = pstDMS_SetWin_Info->stXCWinInfo.u32InputSourceType; in MDrv_DMS_SetWindow()
6967 _DMS_XC_DMSWintoXCWin(&stXCSetWinInfo.stCapWin, &pstDMS_SetWin_Info->stXCWinInfo.stCapWin); in MDrv_DMS_SetWindow()
6968 … _DMS_XC_DMSWintoXCWin(&stXCSetWinInfo.stDispWin, &pstDMS_SetWin_Info->stXCWinInfo.stDispWin); in MDrv_DMS_SetWindow()
6969 … _DMS_XC_DMSWintoXCWin(&stXCSetWinInfo.stCropWin, &pstDMS_SetWin_Info->stXCWinInfo.stCropWin); in MDrv_DMS_SetWindow()
6971 stXCSetWinInfo.bInterlace = pstDMS_SetWin_Info->stXCWinInfo.u32Interlace; in MDrv_DMS_SetWindow()
6972 stXCSetWinInfo.bHDuplicate = pstDMS_SetWin_Info->stXCWinInfo.u32HDuplicate; in MDrv_DMS_SetWindow()
6973 stXCSetWinInfo.u16InputVFreq = pstDMS_SetWin_Info->stXCWinInfo.u32InputVFreq; in MDrv_DMS_SetWindow()
6974 stXCSetWinInfo.u16InputVTotal = pstDMS_SetWin_Info->stXCWinInfo.u32InputVTotal; in MDrv_DMS_SetWindow()
6975 stXCSetWinInfo.u16DefaultHtotal = pstDMS_SetWin_Info->stXCWinInfo.u32DefaultHtotal; in MDrv_DMS_SetWindow()
6976 stXCSetWinInfo.u16DefaultPhase = pstDMS_SetWin_Info->stXCWinInfo.u32DefaultPhase; in MDrv_DMS_SetWindow()
6978 stXCSetWinInfo.bHCusScaling = pstDMS_SetWin_Info->stXCWinInfo.u32HCusScaling; in MDrv_DMS_SetWindow()
6979 stXCSetWinInfo.bVCusScaling = pstDMS_SetWin_Info->stXCWinInfo.u32VCusScaling; in MDrv_DMS_SetWindow()
6980 …_DMS_XC_SetCusScaling(&stXCSetWinInfo,TRUE,pstDMS_SetWin_Info->stXCWinInfo.u32HCusScalingSrc,pstDM… in MDrv_DMS_SetWindow()
6983 …stXCSetWinInfo.bDisplayNineLattice = pstDMS_SetWin_Info->stXCWinInfo.u32DisplayNineLattice; … in MDrv_DMS_SetWindow()
6985 stXCSetWinInfo.bPreHCusScaling = pstDMS_SetWin_Info->stXCWinInfo.u32PreHCusScaling; in MDrv_DMS_SetWindow()
6986 stXCSetWinInfo.bPreVCusScaling = pstDMS_SetWin_Info->stXCWinInfo.u32PreVCusScaling; in MDrv_DMS_SetWindow()
6987 …_DMS_XC_SetCusScaling(&stXCSetWinInfo,FALSE,pstDMS_SetWin_Info->stXCWinInfo.u32PreHCusScalingSrc,p… in MDrv_DMS_SetWindow()
6990 MApi_XC_SetWindow(&stXCSetWinInfo, sizeof(XC_SETWIN_INFO), MAIN_WINDOW); in MDrv_DMS_SetWindow()
6998 XC_SETWIN_INFO stXCSetWinInfo; in MDrv_DMS_SetWindow() local
7003 memset(&stXCSetWinInfo, 0, sizeof(XC_SETWIN_INFO)); in MDrv_DMS_SetWindow()
7007 stXCSetWinInfo.enInputSourceType = INPUT_SOURCE_DTV; in MDrv_DMS_SetWindow()
7020 stXCSetWinInfo.bInterlace = mvop_timing.bInterlace; in MDrv_DMS_SetWindow()
7021 stXCSetWinInfo.bHDuplicate = mvop_timing.bHDuplicate; in MDrv_DMS_SetWindow()
7022 … stXCSetWinInfo.u16InputVFreq = (bIsXCGenTiming)?g_IPanel.DefaultVFreq():mvop_timing.u8Framerate; in MDrv_DMS_SetWindow()
7023 stXCSetWinInfo.u16InputVTotal = mvop_timing.u16V_TotalCount; in MDrv_DMS_SetWindow()
7024 stXCSetWinInfo.u16DefaultHtotal = mvop_timing.u16H_TotalCount; in MDrv_DMS_SetWindow()
7027 stOutFrameInfo.u16InVFreq = stXCSetWinInfo.u16InputVFreq; in MDrv_DMS_SetWindow()
7029 stOutFrameInfo.bInterlace = stXCSetWinInfo.bInterlace; in MDrv_DMS_SetWindow()
7039 … _DMS_XC_DMSWintoXCWin(&stXCSetWinInfo.stCapWin, &pstDMS_SetWin_Info->stOutputWinInfo.stCropWin); in MDrv_DMS_SetWindow()
7040 …_DMS_XC_DMSWintoXCWin(&stXCSetWinInfo.stDispWin, &pstDMS_SetWin_Info->stOutputWinInfo.stOutputWin); in MDrv_DMS_SetWindow()
7041 … _DMS_XC_DMSWintoXCWin(&stXCSetWinInfo.stCropWin, &pstDMS_SetWin_Info->stOutputWinInfo.stCropWin); in MDrv_DMS_SetWindow()
7046 stXCSetWinInfo.bPreHCusScaling = FALSE; in MDrv_DMS_SetWindow()
7047 … stXCSetWinInfo.u16PreHCusScalingSrc = pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32width; in MDrv_DMS_SetWindow()
7048 … stXCSetWinInfo.u16PreHCusScalingDst = pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32width; in MDrv_DMS_SetWindow()
7049 stXCSetWinInfo.bPreVCusScaling = FALSE; in MDrv_DMS_SetWindow()
7050 … stXCSetWinInfo.u16PreVCusScalingSrc = pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32height; in MDrv_DMS_SetWindow()
7051 … stXCSetWinInfo.u16PreVCusScalingDst = pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32height; in MDrv_DMS_SetWindow()
7054 stXCSetWinInfo.bHCusScaling = FALSE; in MDrv_DMS_SetWindow()
7055 stXCSetWinInfo.bVCusScaling = FALSE; in MDrv_DMS_SetWindow()
7057 MDrv_MVOP_SetStartPos(stXCSetWinInfo.stCropWin.x, stXCSetWinInfo.stCropWin.y); in MDrv_DMS_SetWindow()
7058 … MDrv_MVOP_SetImageWidthHight(stXCSetWinInfo.stCropWin.width, stXCSetWinInfo.stCropWin.height); in MDrv_DMS_SetWindow()
7069 MApi_XC_SetWindow(&stXCSetWinInfo, sizeof(XC_SETWIN_INFO), MAIN_WINDOW); in MDrv_DMS_SetWindow()