| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c | 2001 MS_U16 u16ScaleDst; in MDrv_SC_GetAutoPrescalingDst() local 2006 u16ScaleDst = 32; in MDrv_SC_GetAutoPrescalingDst() 2010 …u16ScaleDst = (( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCrop… in MDrv_SC_GetAutoPrescalingDst() 2014 u16ScaleDst = pSrcInfo->stCapWin.width; in MDrv_SC_GetAutoPrescalingDst() 2017 …if((pSrcInfo->stCapWin.width <= (WIDTH_4K2K - WIDTH_4K2K_OFFSET)) && (u16ScaleDst > SCALER_LINE_BU… in MDrv_SC_GetAutoPrescalingDst() 2019 u16ScaleDst = SCALER_LINE_BUFFER_MAX; in MDrv_SC_GetAutoPrescalingDst() 2026 u16ScaleDst = 32; in MDrv_SC_GetAutoPrescalingDst() 2036 …u16ScaleDst = ( (MS_U32)pSrcInfo->stCapWin.height * pSrcInfo->stDispWin.height + ( pSrcInfo->stCro… in MDrv_SC_GetAutoPrescalingDst() 2040 u16ScaleDst = pSrcInfo->stCapWin.height; in MDrv_SC_GetAutoPrescalingDst() 2047 u16ScaleDst = (pSrcInfo->stCapWin.height / 2); in MDrv_SC_GetAutoPrescalingDst() [all …]
|
| H A D | mdrv_sc_scaling.c.0 | 1999 MS_U16 u16ScaleDst; 2004 u16ScaleDst = 32; 2008 …u16ScaleDst = (( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCrop… 2012 u16ScaleDst = pSrcInfo->stCapWin.width; 2015 …if((pSrcInfo->stCapWin.width <= (WIDTH_4K2K - WIDTH_4K2K_OFFSET)) && (u16ScaleDst > SCALER_LINE_BU… 2017 u16ScaleDst = SCALER_LINE_BUFFER_MAX; 2024 u16ScaleDst = 32; 2034 …u16ScaleDst = ( (MS_U32)pSrcInfo->stCapWin.height * pSrcInfo->stDispWin.height + ( pSrcInfo->stCro… 2038 u16ScaleDst = pSrcInfo->stCapWin.height; 2045 u16ScaleDst = (pSrcInfo->stCapWin.height / 2); [all …]
|
| H A D | mdrv_sc_DIPscaling.c | 736 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; in MDrv_XC_DWIN_set_prescaling_ratio() local 752 u16ScaleDst = pSrcInfo->u16PreVCusScalingDst; in MDrv_XC_DWIN_set_prescaling_ratio() 760 u16ScaleDst = pSrcInfo->stCapWin.height; in MDrv_XC_DWIN_set_prescaling_ratio() 766 if (u16ScaleDst % 2 ) in MDrv_XC_DWIN_set_prescaling_ratio() 772 u16ScaleDst = ( u16ScaleDst + 1) & ~0x1; in MDrv_XC_DWIN_set_prescaling_ratio() 780 if ( (_u16VScaleSrc[eWindow] != u16ScaleSrc) || (_u16VScaleDst[eWindow] != u16ScaleDst) ) in MDrv_XC_DWIN_set_prescaling_ratio() 784 _u16VScaleDst[eWindow] = u16ScaleDst; in MDrv_XC_DWIN_set_prescaling_ratio() 793 …_DBGLEVEL_DWIN_SETWINDOW,"[PRE]eWindow[%u] VSrc=%u, VDst=%u\n",eWindow , u16ScaleSrc, u16ScaleDst); in MDrv_XC_DWIN_set_prescaling_ratio() 795 if (u16ScaleSrc > u16ScaleDst) //pre scaling only support scaling down in MDrv_XC_DWIN_set_prescaling_ratio() 805 u32TmpPre = V_PreScalingDownRatioDIP(u16ScaleSrc, u16ScaleDst); in MDrv_XC_DWIN_set_prescaling_ratio() [all …]
|
| H A D | mdrv_sc_3d.c | 1255 MS_U16 u16ScaleDst, in MDrv_SC_3D_Adjust_PreVerDstSize() argument 1258 MS_U16 u16ScaleDstOriginal = u16ScaleDst; in MDrv_SC_3D_Adjust_PreVerDstSize() 1283 u16ScaleDst = pSrcInfo->stDispWin.height; in MDrv_SC_3D_Adjust_PreVerDstSize() 1293 if(u16ScaleSrc >= u16ScaleDst/2) in MDrv_SC_3D_Adjust_PreVerDstSize() 1295 u16ScaleDst = u16ScaleDst/2; in MDrv_SC_3D_Adjust_PreVerDstSize() 1296 …GLEVEL_SETWINDOW, "3D: pre scaling: source V size is bigger than u16ScaleDst/2(%u)\n",u16ScaleDst); in MDrv_SC_3D_Adjust_PreVerDstSize() 1300 u16ScaleDst = u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() 1301 …LEVEL_SETWINDOW, "3D: pre scaling: source V size is smaller than u16ScaleDst/2(%u)\n",u16ScaleDst); in MDrv_SC_3D_Adjust_PreVerDstSize() 1308 if (u16ScaleSrc > u16ScaleDst) in MDrv_SC_3D_Adjust_PreVerDstSize() 1310 u16ScaleDst = u16ScaleDst; in MDrv_SC_3D_Adjust_PreVerDstSize() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mdrv_sc_3d.h | 225 MS_U16 u16ScaleDst, 228 MS_U16 u16ScaleDst,
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/ |
| H A D | mhal_sc.c | 3698 MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace) in Hal_SC_CheckSubWinPreScaling() argument 3700 UNUSED(u16ScaleDst); in Hal_SC_CheckSubWinPreScaling() 4822 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4826 u16ScaleDst = pSrcInfo->stDispWin.width; 4827 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 4876 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4880 u16ScaleDst = pSrcInfo->stDispWin.width; 4881 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/ |
| H A D | mhal_sc.c | 3611 MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace) in Hal_SC_CheckSubWinPreScaling() argument 3613 UNUSED(u16ScaleDst); in Hal_SC_CheckSubWinPreScaling() 4661 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4665 u16ScaleDst = pSrcInfo->stDispWin.width; 4666 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 4715 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4719 u16ScaleDst = pSrcInfo->stDispWin.width; 4720 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/ |
| H A D | mhal_sc.c | 3729 MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace) in Hal_SC_CheckSubWinPreScaling() argument 3731 UNUSED(u16ScaleDst); in Hal_SC_CheckSubWinPreScaling() 4762 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4766 u16ScaleDst = pSrcInfo->stDispWin.width; 4767 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 4816 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4820 u16ScaleDst = pSrcInfo->stDispWin.width; 4821 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/ |
| H A D | mhal_sc.c | 3929 MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace) in Hal_SC_CheckSubWinPreScaling() argument 3931 UNUSED(u16ScaleDst); in Hal_SC_CheckSubWinPreScaling() 4966 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4970 u16ScaleDst = pSrcInfo->stDispWin.width; 4971 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 5020 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 5024 u16ScaleDst = pSrcInfo->stDispWin.width; 5025 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/ |
| H A D | mhal_sc.h | 319 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/ |
| H A D | mhal_sc.h | 336 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/ |
| H A D | mhal_sc.h | 319 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/ |
| H A D | mhal_sc.h | 336 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/include/ |
| H A D | mhal_sc.h | 335 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/ |
| H A D | mhal_sc.h | 335 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/ |
| H A D | mhal_sc.h | 328 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/include/ |
| H A D | mhal_sc.h | 328 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/include/ |
| H A D | mhal_sc.h | 338 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/include/ |
| H A D | mhal_sc.h | 338 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/include/ |
| H A D | mhal_sc.h | 360 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/include/ |
| H A D | mhal_sc.h | 376 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/include/ |
| H A D | mhal_sc.h | 376 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/include/ |
| H A D | mhal_sc.h | 381 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/include/ |
| H A D | mhal_sc.h | 381 INTERFACE MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/ |
| H A D | mhal_sc.c | 2452 MS_U32 Hal_SC_CheckSubWinPreScaling(MS_U16 u16ScaleDst,MS_BOOL bInterlace) in Hal_SC_CheckSubWinPreScaling() argument 2454 UNUSED(u16ScaleDst); in Hal_SC_CheckSubWinPreScaling()
|