| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 3147 …C_DIPWinInfo[u32Window].stDstWin.u32width > RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32width) in _DMS_SetDIPWWindow() 3150 … DIPWinPropertytoShow.u16Width = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32width; in _DMS_SetDIPWWindow() 3158 …DIPWinInfo[u32Window].stDstWin.u32height > RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32height) in _DMS_SetDIPWWindow() 3161 … DIPWinPropertytoShow.u16Height = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32height; in _DMS_SetDIPWWindow() 3245 …PWinInfo[u32Window].stDstWin.u32width > RES_DMS._stXC_DIPWinInfo[ u32Window].stCropWin.u32width) || in _DMS_SetDIPWWindow() 3246 …WinInfo[u32Window].stDstWin.u32height > RES_DMS._stXC_DIPWinInfo[ u32Window].stCropWin.u32height))) in _DMS_SetDIPWWindow() 3373 …C_DIPWinInfo[u32Window].stDstWin.u32width > RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32width) in _DMS_SetDIPWWindow() 3375 DIPWinPropertytoShow.u16Width = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32width; in _DMS_SetDIPWWindow() 3382 …DIPWinInfo[u32Window].stDstWin.u32height > RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32height) in _DMS_SetDIPWWindow() 3384 … DIPWinPropertytoShow.u16Height = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32height; in _DMS_SetDIPWWindow() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 418 CropWin.u32x = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32x; in _DMS_Update_DS_Table() 419 CropWin.u32y = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32y; in _DMS_Update_DS_Table() 420 CropWin.u32width = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32width; in _DMS_Update_DS_Table() 421 CropWin.u32height = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32height; in _DMS_Update_DS_Table() 424 … memset(&pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin, 0, sizeof(ST_DMS_WINDOW)); in _DMS_Update_DS_Table() 677 stXC_SetWin_Info.stCropWin.x = CropWin.u32x; in _DMS_Update_DS_Table() 678 stXC_SetWin_Info.stCropWin.y = CropWin.u32y; in _DMS_Update_DS_Table() 679 stXC_SetWin_Info.stCropWin.width = CropWin.u32width; in _DMS_Update_DS_Table() 680 stXC_SetWin_Info.stCropWin.height = CropWin.u32height; in _DMS_Update_DS_Table() 705 stXC_SetWin_Info.stCropWin.x, stXC_SetWin_Info.stCropWin.y, in _DMS_Update_DS_Table() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/ |
| H A D | mhal_sc.c | 1461 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in _Hal_SC_fill_main_sw_db_burst() 1462 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst() 1463 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in _Hal_SC_fill_main_sw_db_burst() 1464 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst() 1843 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in Hal_SC_sw_db() 1844 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db() 1845 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in Hal_SC_sw_db() 1846 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db() 2056 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 2057 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ve/drv/ve/ |
| H A D | drvTVEncoder.c | 2333 VE_Result MDrv_VE_set_crop_window(MS_VE_WINDOW_TYPE stCropWin) in MDrv_VE_set_crop_window() argument 2351 if(stCropWin.x > u16Out_Hsize) { in MDrv_VE_set_crop_window() 2357 if(stCropWin.y > u16Out_Vsize) { in MDrv_VE_set_crop_window() 2376 phyMIUOffsetAddr = (stCropWin.x + (stCropWin.y / 2) * u16Out_Hsize) / u16PixelPerUnit * 8; in MDrv_VE_set_crop_window() 2382 u8PackPerLine = (stCropWin.width / u16PixelPerUnit) - 1; in MDrv_VE_set_crop_window() 2390 u16FieldLineNum = ((stCropWin.height) / 2) - 1; in MDrv_VE_set_crop_window() 2396 g_VEInfo.u16H_CapSize = stCropWin.width; in MDrv_VE_set_crop_window() 2397 g_VEInfo.u16V_CapSize = stCropWin.height; in MDrv_VE_set_crop_window() 3686 VE_Result MDrv_VE_SetWindow(MS_VE_WINDOW_TYPE *stSrcWin, MS_VE_WINDOW_TYPE *stCropWin, in MDrv_VE_SetWindow() argument 3711 if (stCropWin == NULL) in MDrv_VE_SetWindow() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/ |
| H A D | mhal_sc.c | 1280 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in _Hal_SC_fill_main_sw_db_burst() 1281 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst() 1282 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in _Hal_SC_fill_main_sw_db_burst() 1283 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst() 1652 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in Hal_SC_sw_db() 1653 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db() 1654 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in Hal_SC_sw_db() 1655 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db() 1863 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 1864 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/ |
| H A D | mhal_sc.c | 1193 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in _Hal_SC_fill_main_sw_db_burst() 1194 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst() 1195 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in _Hal_SC_fill_main_sw_db_burst() 1196 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst() 1565 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in Hal_SC_sw_db() 1566 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db() 1567 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in Hal_SC_sw_db() 1568 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db() 1776 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 1777 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/ |
| H A D | mhal_sc.c | 1244 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in _Hal_SC_fill_main_sw_db_burst() 1245 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst() 1246 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in _Hal_SC_fill_main_sw_db_burst() 1247 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst() 1648 stCropInfo.u16XStart = gSrcInfo[MAIN_WINDOW].stCropWin.x; in Hal_SC_sw_db() 1649 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db() 1650 stCropInfo.u16XSize = gSrcInfo[MAIN_WINDOW].stCropWin.width; in Hal_SC_sw_db() 1651 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db() 1855 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 1856 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c | 3831 gSrcInfo[eWindow].stCropWin.x = pstXC_SetWin_Info->stCropWin.x; in _Mdrv_XC_CopySetWinInfo() 3832 gSrcInfo[eWindow].stCropWin.y = pstXC_SetWin_Info->stCropWin.y; in _Mdrv_XC_CopySetWinInfo() 3833 gSrcInfo[eWindow].stCropWin.width = pstXC_SetWin_Info->stCropWin.width; in _Mdrv_XC_CopySetWinInfo() 3834 gSrcInfo[eWindow].stCropWin.height = pstXC_SetWin_Info->stCropWin.height; in _Mdrv_XC_CopySetWinInfo() 3868 if(pstXC_SetWin_Info->stCropWin.width > pstXC_SetWin_Info->stCapWin.width) in _MDrv_XC_CheckCropWin() 3870 pstXC_SetWin_Info->stCropWin.width = pstXC_SetWin_Info->stCapWin.width; in _MDrv_XC_CheckCropWin() 3873 if(pstXC_SetWin_Info->stCropWin.height > pstXC_SetWin_Info->stCapWin.height) in _MDrv_XC_CheckCropWin() 3875 pstXC_SetWin_Info->stCropWin.height = pstXC_SetWin_Info->stCapWin.height; in _MDrv_XC_CheckCropWin() 3878 …if(pstXC_SetWin_Info->stCropWin.x > (pstXC_SetWin_Info->stCapWin.width - pstXC_SetWin_Info->stCrop… in _MDrv_XC_CheckCropWin() 3880 …pstXC_SetWin_Info->stCropWin.x = pstXC_SetWin_Info->stCapWin.width - pstXC_SetWin_Info->stCropWin.… in _MDrv_XC_CheckCropWin() [all …]
|
| H A D | mvideo.c.0 | 3825 gSrcInfo[eWindow].stCropWin.x = pstXC_SetWin_Info->stCropWin.x; 3826 gSrcInfo[eWindow].stCropWin.y = pstXC_SetWin_Info->stCropWin.y; 3827 gSrcInfo[eWindow].stCropWin.width = pstXC_SetWin_Info->stCropWin.width; 3828 gSrcInfo[eWindow].stCropWin.height = pstXC_SetWin_Info->stCropWin.height; 3862 if(pstXC_SetWin_Info->stCropWin.width > pstXC_SetWin_Info->stCapWin.width) 3864 pstXC_SetWin_Info->stCropWin.width = pstXC_SetWin_Info->stCapWin.width; 3867 if(pstXC_SetWin_Info->stCropWin.height > pstXC_SetWin_Info->stCapWin.height) 3869 pstXC_SetWin_Info->stCropWin.height = pstXC_SetWin_Info->stCapWin.height; 3872 …if(pstXC_SetWin_Info->stCropWin.x > (pstXC_SetWin_Info->stCapWin.width - pstXC_SetWin_Info->stCrop… 3874 …pstXC_SetWin_Info->stCropWin.x = pstXC_SetWin_Info->stCapWin.width - pstXC_SetWin_Info->stCropWin.… [all …]
|
| H A D | mdrv_sc_scaling.c | 1704 MS_WINDOW_TYPE *pCropWin = &pSrcInfo->stCropWin; in MDrv_SC_set_crop_window() 2004 if ( pSrcInfo->stCropWin.width == 0 ) in MDrv_SC_GetAutoPrescalingDst() 2008 else if (pSrcInfo->stCropWin.width > pSrcInfo->stDispWin.width) in MDrv_SC_GetAutoPrescalingDst() 2010 …apWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCropWin.width / 2 ) ) / pSrcInfo->stCropWi… in MDrv_SC_GetAutoPrescalingDst() 2024 if (pSrcInfo->stCropWin.height == 0) // error handling in MDrv_SC_GetAutoPrescalingDst() 2034 if (pSrcInfo->stCropWin.height > pSrcInfo->stDispWin.height) in MDrv_SC_GetAutoPrescalingDst() 2036 …in.height * pSrcInfo->stDispWin.height + ( pSrcInfo->stCropWin.height / 2 ) ) / pSrcInfo->stCropWi… in MDrv_SC_GetAutoPrescalingDst() 2481 …if(((pSrcInfo->stCapWin.height >= 2160) && (pSrcInfo->stCropWin.height >= 2160) && (pSrcInfo->stDi… in MDrv_SC_set_prescaling_ratio() 2486 …if(((pSrcInfo->stCapWin.height >= 2160) && (pSrcInfo->stCropWin.height >= 2160) && (pSrcInfo->stDi… in MDrv_SC_set_prescaling_ratio() 2527 ((pSrcInfo->stDispWin.width == pSrcInfo->stCropWin.width/2) && in MDrv_SC_set_prescaling_ratio() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mvideo_context.h | 685 MS_WINDOW_TYPE stCropWin; ///<Crop window member 1009 …define IS_DS_FHD(eWindow) ((gSrcInfo[eWindow].stCropWin.width <= 1920) &&(gSrcInfo[eWindow].stC… 1010 …ow].stCapWin.height> 2000) && (gSrcInfo[eWindow].stCropWin.width > 3000) &&(gSrcInfo[eWindow].stCr…
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiDMS_Type.h | 286 ST_DMS_WINDOW stCropWin; member 298 ST_DMS_WINDOW stCropWin; member
|
| H A D | drvTVEncoder.h | 953 VE_Result MDrv_VE_set_crop_window(MS_VE_WINDOW_TYPE stCropWin); 977 VE_Result MDrv_VE_SetWindow(MS_VE_WINDOW_TYPE *stSrcWin, MS_VE_WINDOW_TYPE *stCropWin,
|
| H A D | apiXC.h | 1166 MS_WINDOW_TYPE stCropWin; ///<Crop window member 1342 MS_WINDOW_TYPE stCropWin; ///<Crop window member 1442 MS_WINDOW_TYPE stCropWin; ///<Crop window member 3877 MS_WINDOW_TYPE stCropWin; ///<Crop window member
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/ |
| H A D | mhal_sc.c | 931 …ad_WriteCmd(pInstance, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in _Hal_SC_fill_main_sw_db_burst() 932 …ad_WriteCmd(pInstance, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in _Hal_SC_fill_main_sw_db_burst() 1222 …CInstPri->u32DeviceID, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in Hal_SC_sw_db() 1223 …CInstPri->u32DeviceID, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in Hal_SC_sw_db() 1434 stCropADD.stXCCrop.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 1435 stCropADD.stXCCrop.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 1436 stCropADD.stXCCrop.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 1437 stCropADD.stXCCrop.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 1507 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_08_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00),DS_IP… in Hal_SC_SWDS_AddCmd() 1508 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_09_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00),DS_I… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiXC_EX.h | 778 XC_EX_WINDOW_TYPE stCropWin; ///<Crop window member 905 XC_EX_WINDOW_TYPE stCropWin; ///<Crop window member 999 XC_EX_WINDOW_TYPE stCropWin; ///<Crop window member
|
| H A D | apiXC.h | 987 MS_WINDOW_TYPE stCropWin; ///<Crop window member 1142 MS_WINDOW_TYPE stCropWin; ///<Crop window member 1236 MS_WINDOW_TYPE stCropWin; ///<Crop window member
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/ |
| H A D | mhal_sc.c | 1162 …ad_WriteCmd(pInstance, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in _Hal_SC_fill_main_sw_db_burst() 1163 …ad_WriteCmd(pInstance, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in _Hal_SC_fill_main_sw_db_burst() 1584 …CInstPri->u32DeviceID, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in Hal_SC_sw_db() 1585 …CInstPri->u32DeviceID, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in Hal_SC_sw_db() 1804 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 1805 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 1806 stCropInfo.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 1807 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 1874 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_08_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00),DS_IP… in Hal_SC_SWDS_AddCmd() 1875 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_09_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00),DS_I… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/ |
| H A D | mhal_sc.c | 1237 …ad_WriteCmd(pInstance, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in _Hal_SC_fill_main_sw_db_burst() 1238 …ad_WriteCmd(pInstance, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in _Hal_SC_fill_main_sw_db_burst() 1804 …CInstPri->u32DeviceID, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in Hal_SC_sw_db() 1805 …CInstPri->u32DeviceID, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in Hal_SC_sw_db() 2138 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 2139 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 2140 stCropInfo.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 2141 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 2233 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_08_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00),DS_IP… in Hal_SC_SWDS_AddCmd() 2234 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_09_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00),DS_I… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/ |
| H A D | mhal_sc.c | 1237 …ad_WriteCmd(pInstance, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in _Hal_SC_fill_main_sw_db_burst() 1238 …ad_WriteCmd(pInstance, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in _Hal_SC_fill_main_sw_db_burst() 1811 …CInstPri->u32DeviceID, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in Hal_SC_sw_db() 1812 …CInstPri->u32DeviceID, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in Hal_SC_sw_db() 2151 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 2152 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 2153 stCropInfo.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 2154 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 2246 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_08_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00),DS_IP… in Hal_SC_SWDS_AddCmd() 2247 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_09_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00),DS_I… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/ |
| H A D | mhal_sc.c | 1236 …ad_WriteCmd(pInstance, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in _Hal_SC_fill_main_sw_db_burst() 1237 …ad_WriteCmd(pInstance, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in _Hal_SC_fill_main_sw_db_burst() 1793 …CInstPri->u32DeviceID, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in Hal_SC_sw_db() 1794 …CInstPri->u32DeviceID, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in Hal_SC_sw_db() 2125 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 2126 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 2127 stCropInfo.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 2128 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 2220 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_08_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00),DS_IP… in Hal_SC_SWDS_AddCmd() 2221 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_09_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00),DS_I… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/ |
| H A D | mhal_sc.c | 1236 …ad_WriteCmd(pInstance, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in _Hal_SC_fill_main_sw_db_burst() 1237 …ad_WriteCmd(pInstance, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in _Hal_SC_fill_main_sw_db_burst() 1793 …CInstPri->u32DeviceID, REG_SC_BK79_08_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00), 0x1F… in Hal_SC_sw_db() 1794 …CInstPri->u32DeviceID, REG_SC_BK79_09_L, (MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00), 0x0… in Hal_SC_sw_db() 2125 stCropInfo.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 2126 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 2127 stCropInfo.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 2128 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 2220 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_08_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.width>>00),DS_IP… in Hal_SC_SWDS_AddCmd() 2221 …d(pInstance,MAIN_WINDOW,REG_SC_BK79_09_L,(MS_U16)(gSrcInfo[MAIN_WINDOW].stCropWin.height>>00),DS_I… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/ |
| H A D | mhal_sc.c | 1324 stCropADD.stXCCrop.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd() 1325 stCropADD.stXCCrop.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd() 1326 stCropADD.stXCCrop.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd() 1327 stCropADD.stXCCrop.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd() 4100 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 4108 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 4122 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 4130 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/ |
| H A D | mhal_sc.c | 3151 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 3159 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 3175 if ( ( pSrcInfo->stDispWin.width * 20 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 3180 else if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 3188 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/ |
| H A D | mhal_sc.c | 3149 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 3157 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 3173 if ( ( pSrcInfo->stDispWin.width * 20 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 3178 else if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 3186 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling()
|