Searched refs:u16ScaleSrc (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c | 2409 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; in MDrv_SC_set_prescaling_ratio() local 2489 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_set_prescaling_ratio() 2495 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_set_prescaling_ratio() 2501 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_set_prescaling_ratio() 2510 …ow[%u] VSrc=%u, VDst=%u, bBilinear=%u \n",__func__,__LINE__,eWindow , u16ScaleSrc, u16ScaleDst, b… in MDrv_SC_set_prescaling_ratio() 2514 u16ScaleSrc = pSrcInfo->Status2.u16PreVCusScalingSrc; in MDrv_SC_set_prescaling_ratio() 2520 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_set_prescaling_ratio() 2532 …INDOW, "[PRE]eWindow[%u] DualDecode PATCH: VSrc=%u, VDst=%u\n",eWindow , u16ScaleSrc, u16ScaleDst); in MDrv_SC_set_prescaling_ratio() 2550 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_set_prescaling_ratio() 2555 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_set_prescaling_ratio() [all …]
|
| H A D | mdrv_sc_scaling.c.0 | 2399 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 2477 u16ScaleSrc = pSrcInfo->stCapWin.height; 2483 u16ScaleSrc = pSrcInfo->stCapWin.height; 2489 u16ScaleSrc = pSrcInfo->stCapWin.height; 2498 …ow[%u] VSrc=%u, VDst=%u, bBilinear=%u \n",__func__,__LINE__,eWindow , u16ScaleSrc, u16ScaleDst, b… 2502 u16ScaleSrc = pSrcInfo->Status2.u16PreVCusScalingSrc; 2508 u16ScaleSrc = pSrcInfo->stCapWin.height; 2520 …INDOW, "[PRE]eWindow[%u] DualDecode PATCH: VSrc=%u, VDst=%u\n",eWindow , u16ScaleSrc, u16ScaleDst); 2538 u16ScaleSrc = pSrcInfo->stCapWin.height; 2543 u16ScaleSrc = pSrcInfo->stCapWin.height; [all …]
|
| H A D | mdrv_sc_DIPscaling.c | 736 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; in MDrv_XC_DWIN_set_prescaling_ratio() local 751 u16ScaleSrc = pSrcInfo->u16PreVCusScalingSrc; in MDrv_XC_DWIN_set_prescaling_ratio() 759 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_XC_DWIN_set_prescaling_ratio() 780 if ( (_u16VScaleSrc[eWindow] != u16ScaleSrc) || (_u16VScaleDst[eWindow] != u16ScaleDst) ) in MDrv_XC_DWIN_set_prescaling_ratio() 783 _u16VScaleSrc[eWindow] = u16ScaleSrc; 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() 799 if (u16ScaleSrc == 0) in MDrv_XC_DWIN_set_prescaling_ratio() 805 u32TmpPre = V_PreScalingDownRatioDIP(u16ScaleSrc, u16ScaleDst); in MDrv_XC_DWIN_set_prescaling_ratio() 814 if (u16ScaleSrc == 0) in MDrv_XC_DWIN_set_prescaling_ratio() [all …]
|
| H A D | mdrv_sc_3d.c | 1277 MS_U16 u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() local 1282 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_SC_3D_Adjust_PreVerDstSize() 1285 …OW, "MDrv_SC_3D_Adjust_PreVerSrcSize(%s): from %u\n",eWindow?"Subwindow":"Mainwindow",u16ScaleSrc); in MDrv_SC_3D_Adjust_PreVerDstSize() 1293 if(u16ScaleSrc >= u16ScaleDst/2) in MDrv_SC_3D_Adjust_PreVerDstSize() 1300 u16ScaleDst = u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() 1308 if (u16ScaleSrc > u16ScaleDst) in MDrv_SC_3D_Adjust_PreVerDstSize() 1314 u16ScaleDst = u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() 1319 u16ScaleDst = u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() 1331 u16ScaleDst = u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() 1336 u16ScaleDst = u16ScaleSrc; in MDrv_SC_3D_Adjust_PreVerDstSize() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mdrv_sc_3d.h | 231 MS_U16 u16ScaleSrc, 234 MS_U16 u16ScaleSrc,
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/ |
| H A D | mhal_sc.c | 4822 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4825 u16ScaleSrc = pSrcInfo->stCapWin.width; 4827 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 4876 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4879 u16ScaleSrc = pSrcInfo->stCapWin.width; 4881 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/ |
| H A D | mhal_sc.c | 4661 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4664 u16ScaleSrc = pSrcInfo->stCapWin.width; 4666 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 4715 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4718 u16ScaleSrc = pSrcInfo->stCapWin.width; 4720 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/ |
| H A D | mhal_sc.c | 4762 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4765 u16ScaleSrc = pSrcInfo->stCapWin.width; 4767 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 4816 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4819 u16ScaleSrc = pSrcInfo->stCapWin.width; 4821 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/ |
| H A D | mhal_sc.c | 4966 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 4969 u16ScaleSrc = pSrcInfo->stCapWin.width; 4971 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst); 5020 MS_U16 u16ScaleSrc = 0, u16ScaleDst = 0; 5023 u16ScaleSrc = pSrcInfo->stCapWin.width; 5025 u32TmpPost = H_PostScalingRatio(u16ScaleSrc, u16ScaleDst);
|