| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c | 1702 void MDrv_SC_set_crop_window(void *pInstance, XC_InternalStatus *pSrcInfo, SCALER_WIN eWindow) in MDrv_SC_set_crop_window() argument 1704 MS_WINDOW_TYPE *pCropWin = &pSrcInfo->stCropWin; in MDrv_SC_set_crop_window() 1713 if(pSrcInfo->stCapWin.width == 0 || pSrcInfo->stCapWin.height == 0) in MDrv_SC_set_crop_window() 1715 …printf("XC CapWin is error ! (Width=%d,Height=%d)\n",pSrcInfo->stCapWin.width,pSrcInfo->stCapWin.h… in MDrv_SC_set_crop_window() 1719 if(!pSrcInfo->bDisplayNineLattice) // need refine for dircet display in MDrv_SC_set_crop_window() 1721 ….ScaledCropWin.x = (MS_U16)((MS_U32)pCropWin->x * pSrcInfo->u16H_SizeAfterPreScaling / pSrcInf… in MDrv_SC_set_crop_window() 1722 …_U16)( ( (MS_U32)pCropWin->width * pSrcInfo->u16H_SizeAfterPreScaling + ( pSrcInfo->stCapWin.width… in MDrv_SC_set_crop_window() 1724 …caledCropWin.y = (MS_U16)( (MS_U32) pCropWin->y * pSrcInfo->u16V_SizeAfterPreScaling / pSrcInf… in MDrv_SC_set_crop_window() 1725 …U16)( ( (MS_U32)pCropWin->height * pSrcInfo->u16V_SizeAfterPreScaling + ( pSrcInfo->stCapWin.heigh… in MDrv_SC_set_crop_window() 1726 …XC_LOG_TRACE(XC_DBGLEVEL_SETWINDOW,"W=%u, W PSD=%u\n", pSrcInfo->stCapWin.width , pSrcInfo->u16H_… in MDrv_SC_set_crop_window() [all …]
|
| H A D | mdrv_sc_3d.c | 391 MS_BOOL MDrv_SC_3D_Is2TapModeSupportedFormat(void *pInstance, XC_InternalStatus *pSrcInfo, SCALER_W… in MDrv_SC_3D_Is2TapModeSupportedFormat() argument 394 MS_ASSERT(pSrcInfo); in MDrv_SC_3D_Is2TapModeSupportedFormat() 404 if(pSrcInfo == NULL) in MDrv_SC_3D_Is2TapModeSupportedFormat() 417 return ((((pSrcInfo->stCapWin.width > SCALER_LINE_BUFFER_MAX) // 4K2K or 2560x720 SBS-FULL in MDrv_SC_3D_Is2TapModeSupportedFormat() 420 || ((pSrcInfo->stCapWin.width > MS_3D_LINE_BFF_MAX) in MDrv_SC_3D_Is2TapModeSupportedFormat() 421 … && (!((pSrcInfo->Status2.u16PreVCusScalingSrc > pSrcInfo->Status2.u16PreVCusScalingDst))) in MDrv_SC_3D_Is2TapModeSupportedFormat() 435 && (!pSrcInfo->bInterlace) in MDrv_SC_3D_Is2TapModeSupportedFormat() 439 return ((pSrcInfo->stCapWin.width > MS_3D_LINE_BFF_MAX) in MDrv_SC_3D_Is2TapModeSupportedFormat() 440 … && (!((pSrcInfo->Status2.u16PreVCusScalingSrc > pSrcInfo->Status2.u16PreVCusScalingDst))) in MDrv_SC_3D_Is2TapModeSupportedFormat() 445 && (!pSrcInfo->bInterlace) in MDrv_SC_3D_Is2TapModeSupportedFormat() [all …]
|
| H A D | mdrv_sc_scaling.c.0 | 1695 // [IN/OUT] pSrcInfo->stCropWin 1696 // [IN/OUT] pSrcInfo->stScaledCropWin 1697 // [IN] pSrcInfo->u16H_CapSize 1698 // [IN] pSrcInfo->u16H_SizeAfterPreScaling 1699 // [IN] pSrcInfo->u16V_CapSize 1700 // [IN] pSrcInfo->u16V_SizeAfterPreScaling 1702 void MDrv_SC_set_crop_window(void *pInstance, XC_InternalStatus *pSrcInfo, SCALER_WIN eWindow) 1704 MS_WINDOW_TYPE *pCropWin = &pSrcInfo->stCropWin; 1713 if(pSrcInfo->stCapWin.width == 0 || pSrcInfo->stCapWin.height == 0) 1715 …printf("XC CapWin is error ! (Width=%d,Height=%d)\n",pSrcInfo->stCapWin.width,pSrcInfo->stCapWin.h… [all …]
|
| H A D | mdrv_sc_DIPscaling.c | 733 …pInstance,INPUT_SOURCE_TYPE_t enInputSourceType, XC_DIP_InternalStatus *pSrcInfo, SCALER_DIP_WIN e… in MDrv_XC_DWIN_set_prescaling_ratio() argument 738 MS_BOOL bInterlace = pSrcInfo->bInterlace; in MDrv_XC_DWIN_set_prescaling_ratio() 749 if (pSrcInfo->bPreVCusScaling == TRUE) in MDrv_XC_DWIN_set_prescaling_ratio() 751 u16ScaleSrc = pSrcInfo->u16PreVCusScalingSrc; in MDrv_XC_DWIN_set_prescaling_ratio() 752 u16ScaleDst = pSrcInfo->u16PreVCusScalingDst; in MDrv_XC_DWIN_set_prescaling_ratio() 759 u16ScaleSrc = pSrcInfo->stCapWin.height; in MDrv_XC_DWIN_set_prescaling_ratio() 760 u16ScaleDst = pSrcInfo->stCapWin.height; in MDrv_XC_DWIN_set_prescaling_ratio() 826 u16ScaleSrc = pSrcInfo->u16PreVCusScalingSrc; in MDrv_XC_DWIN_set_prescaling_ratio() 827 u16ScaleDst = pSrcInfo->u16PreVCusScalingDst; in MDrv_XC_DWIN_set_prescaling_ratio() 837 pSrcInfo->u16PreVCusScalingSrc = u16ScaleSrc; in MDrv_XC_DWIN_set_prescaling_ratio() [all …]
|
| H A D | mvideo.c | 3168 …d *pInstance, INPUT_SOURCE_TYPE_t enInputSourceType, XC_InternalStatus *pSrcInfo, SCALER_WIN eWind… in msAPI_Scaler_SetMode() argument 3170 MS_BOOL bFBL = pSrcInfo->bFBL; in msAPI_Scaler_SetMode() 3171 MS_BOOL bInterlace = pSrcInfo->bInterlace; in msAPI_Scaler_SetMode() 3192 pSrcInfo->bMemFmt422 = FALSE; in msAPI_Scaler_SetMode() 3196 pSrcInfo->bMemFmt422 = TRUE; in msAPI_Scaler_SetMode() 3203 pSrcInfo->bMemFmt422 = TRUE; in msAPI_Scaler_SetMode() 3205 pSrcInfo->bMemFmt422 = FALSE; in msAPI_Scaler_SetMode() 3209 XC_LOG_TRACE(XC_DBGLEVEL_SETWINDOW, "MemFmt422=%u\n", (MS_U16)pSrcInfo->bMemFmt422); in msAPI_Scaler_SetMode() 3222 … pSrcInfo->bForceRGBin == ENABLE ? PQ_FOURCE_COLOR_RGB : PQ_FOURCE_COLOR_DEFAULT); in msAPI_Scaler_SetMode() 3225 … pSrcInfo->bForceRGBin == ENABLE ? PQ_FOURCE_COLOR_RGB : PQ_FOURCE_COLOR_DEFAULT); in msAPI_Scaler_SetMode() [all …]
|
| H A D | mvideo.c.0 | 3162 …d *pInstance, INPUT_SOURCE_TYPE_t enInputSourceType, XC_InternalStatus *pSrcInfo, SCALER_WIN eWind… 3164 MS_BOOL bFBL = pSrcInfo->bFBL; 3165 MS_BOOL bInterlace = pSrcInfo->bInterlace; 3186 pSrcInfo->bMemFmt422 = FALSE; 3190 pSrcInfo->bMemFmt422 = TRUE; 3197 pSrcInfo->bMemFmt422 = TRUE; 3199 pSrcInfo->bMemFmt422 = FALSE; 3203 XC_LOG_TRACE(XC_DBGLEVEL_SETWINDOW, "MemFmt422=%u\n", (MS_U16)pSrcInfo->bMemFmt422); 3216 … pSrcInfo->bForceRGBin == ENABLE ? PQ_FOURCE_COLOR_RGB : PQ_FOURCE_COLOR_DEFAULT); 3219 … pSrcInfo->bForceRGBin == ENABLE ? PQ_FOURCE_COLOR_RGB : PQ_FOURCE_COLOR_DEFAULT); [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/ |
| H A D | mhal_sc.c | 4869 static MS_BOOL _Hal_XC_FrameLimitation(void *pInstance, const XC_InternalStatus *pSrcInfo, MS_BOOL … 4874 …MS_U32 u32RightEquation = (pSrcInfo->stDispWin.height * pXCResourcePrivate->stdrvXC_MVideo_Context… 4875 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… 4880 …terPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCro… 4881 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4885 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4910 static MS_BOOL _Hal_XC_FIFOLimitation(const XC_InternalStatus *pSrcInfo, MS_BOOL bIsHPreScaling) 4912 …Max_disp_fifo = (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->s… 4913 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4916 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/ |
| H A D | mhal_sc.c | 4725 static MS_BOOL _Hal_XC_FrameLimitation(void *pInstance, const XC_InternalStatus *pSrcInfo, MS_BOOL … 4730 …MS_U32 u32RightEquation = (pSrcInfo->stDispWin.height * pXCResourcePrivate->stdrvXC_MVideo_Context… 4731 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… 4736 …terPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCro… 4737 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4741 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4766 static MS_BOOL _Hal_XC_FIFOLimitation(const XC_InternalStatus *pSrcInfo, MS_BOOL bIsHPreScaling) 4768 …Max_disp_fifo = (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->s… 4769 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4772 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/ |
| H A D | mhal_sc.c | 4564 static MS_BOOL _Hal_XC_FrameLimitation(void *pInstance, const XC_InternalStatus *pSrcInfo, MS_BOOL … 4569 …MS_U32 u32RightEquation = (pSrcInfo->stDispWin.height * pXCResourcePrivate->stdrvXC_MVideo_Context… 4570 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… 4575 …terPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCro… 4576 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4580 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4605 static MS_BOOL _Hal_XC_FIFOLimitation(const XC_InternalStatus *pSrcInfo, MS_BOOL bIsHPreScaling) 4607 …Max_disp_fifo = (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->s… 4608 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4611 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/ |
| H A D | mhal_sc.c | 4665 static MS_BOOL _Hal_XC_FrameLimitation(void *pInstance, const XC_InternalStatus *pSrcInfo, MS_BOOL … 4670 …MS_U32 u32RightEquation = (pSrcInfo->stDispWin.height * pXCResourcePrivate->stdrvXC_MVideo_Context… 4671 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… 4676 …terPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width + ( pSrcInfo->stCro… 4677 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4681 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4706 static MS_BOOL _Hal_XC_FIFOLimitation(const XC_InternalStatus *pSrcInfo, MS_BOOL bIsHPreScaling) 4708 …Max_disp_fifo = (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->s… 4709 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4712 …MS_U32 u32Bubble = (pSrcInfo->bInterlace == TRUE) ? XC_POSTSCALING_BUBBLE_INTERLACE : XC_POSTSCALI… [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mdrv_sc_3d.h | 215 XC_InternalStatus *pSrcInfo, 218 XC_InternalStatus *pSrcInfo, 221 XC_InternalStatus *pSrcInfo, 224 XC_InternalStatus *pSrcInfo, 227 INTERFACE MS_U16 MDrv_SC_3D_Adjust_PostHorDstSize(void *pInstance, XC_InternalStatus *pSrcInfo, 230 INTERFACE MS_U16 MDrv_SC_3D_Adjust_PostHorSrcSize(void *pInstance, XC_InternalStatus *pSrcInfo, 233 INTERFACE MS_U16 MDrv_SC_3D_Adjust_PostVerSrcSize(void *pInstance, XC_InternalStatus *pSrcInfo, 236 INTERFACE void MDrv_SC_3D_Adjust_PostVLength(void *pInstance, XC_InternalStatus *pSrcInfo, 248 INTERFACE void MDrv_SC_3D_Adjust_FetchOffset(void *pInstance, XC_InternalStatus *pSrcInfo, 250 INTERFACE MS_BOOL MDrv_SC_3D_FormatValidation(void *pInstance, XC_InternalStatus *pSrcInfo, [all …]
|
| H A D | drv_sc_scaling.h | 169 INTERFACE void MDrv_SC_set_crop_window(void *pInstance, XC_InternalStatus *pSrcInfo, SCALER_WIN eWi… 170 …d *pInstance, INPUT_SOURCE_TYPE_t enInputSourceType, XC_InternalStatus *pSrcInfo, SCALER_WIN eWind… 171 INTERFACE void MDrv_SC_set_postscaling_ratio(void *pInstance, XC_InternalStatus *pSrcInfo, SCALER_W… 172 INTERFACE void MDrv_SC_set_fetch_number_limit(void *pInstance, XC_InternalStatus *pSrcInfo, SCALER_… 173 INTERFACE void MDrv_SC_set_frcm_fetch_number_limit(void *pInstance, XC_InternalStatus *pSrcInfo, SC… 228 …ne(void *pInstance, SCALER_WIN eWindow, MS_U16 u16Src, MS_U16 u16Dst, XC_InternalStatus *pSrcInfo);
|
| H A D | drv_sc_DIP_scaling.h | 201 …pInstance,INPUT_SOURCE_TYPE_t enInputSourceType, XC_DIP_InternalStatus *pSrcInfo, SCALER_DIP_WIN e… 203 void MDrv_XC_DWIN_set_fetch_number_limit(void* pInstance,XC_DIP_InternalStatus *pSrcInfo, SCALER_DI… 207 …pInstance,INPUT_SOURCE_TYPE_t enInputSourceType, XC_DIP_InternalStatus *pSrcInfo, SCALER_DIP_WIN e…
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/ |
| H A D | mhal_sc.c | 1134 …SC_W2BYTE(0,REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); // DE V start in Hal_SC_set_de_window() 1135 SC_W2BYTE(0,REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 3133 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance,const XC_InternalStatus *pSrcInfo, MS_… in Hal_XC_IsForcePrescaling() argument 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() 4351 void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() argument 4363 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/ |
| H A D | mhal_sc.c | 1185 …SC_W2BYTE(0,REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); // DE V start in Hal_SC_set_de_window() 1186 SC_W2BYTE(0,REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 3131 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance,const XC_InternalStatus *pSrcInfo, MS_… in Hal_XC_IsForcePrescaling() argument 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() 4379 void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() argument 4391 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/ |
| H A D | mhal_sc.c | 2362 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 2363 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 5805 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 5823 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 5831 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 5845 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 5853 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 5862 if ( ( pSrcInfo->stDispWin.height ) < ( pSrcInfo->stCropWin.height) ) in Hal_XC_IsForcePrescaling() 5866 if ( ( pSrcInfo->stDispWin.width) < ( pSrcInfo->stCropWin.width) ) in Hal_XC_IsForcePrescaling() 8595 void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/ |
| H A D | mhal_sc.c | 2703 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 2704 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 6219 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 6237 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 6245 (pSrcInfo->stCropWin.height > HEIGHT_4K2K)) in Hal_XC_IsForcePrescaling() 6254 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 6268 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 6276 (pSrcInfo->stCropWin.width > WIDTH_4K2K)) in Hal_XC_IsForcePrescaling() 6284 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 6293 if ( ( pSrcInfo->stDispWin.height ) < ( pSrcInfo->stCropWin.height) ) in Hal_XC_IsForcePrescaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/ |
| H A D | mhal_sc.c | 2723 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 2724 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 6239 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 6257 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 6265 (pSrcInfo->stCropWin.height > HEIGHT_4K2K)) in Hal_XC_IsForcePrescaling() 6274 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 6288 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 6296 (pSrcInfo->stCropWin.width > WIDTH_4K2K)) in Hal_XC_IsForcePrescaling() 6304 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 6313 if ( ( pSrcInfo->stDispWin.height ) < ( pSrcInfo->stCropWin.height) ) in Hal_XC_IsForcePrescaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/ |
| H A D | mhal_sc.c | 2082 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 2083 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 5744 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 5762 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 5770 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 5784 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 5792 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 8481 void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() argument 8493 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() 8494 …pSrcInfo->Status2.u16PreHCusScalingDst = MAX(640, (MS_U32)MIN(1920, pSrcInfo->stDispWin.width) * 2… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/ |
| H A D | mhal_sc.c | 2746 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 2747 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 6530 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 6548 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 6556 (pSrcInfo->stCropWin.height > HEIGHT_4K2K)) in Hal_XC_IsForcePrescaling() 6565 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 6579 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 6587 (pSrcInfo->stCropWin.width > WIDTH_4K2K)) in Hal_XC_IsForcePrescaling() 6595 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 6604 if ( ( pSrcInfo->stDispWin.height ) < ( pSrcInfo->stCropWin.height) ) in Hal_XC_IsForcePrescaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/ |
| H A D | mhal_sc.c | 2746 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 2747 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 6530 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 6548 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 6556 (pSrcInfo->stCropWin.height > HEIGHT_4K2K)) in Hal_XC_IsForcePrescaling() 6565 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 6579 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 6587 (pSrcInfo->stCropWin.width > WIDTH_4K2K)) in Hal_XC_IsForcePrescaling() 6595 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 6604 if ( ( pSrcInfo->stDispWin.height ) < ( pSrcInfo->stCropWin.height) ) in Hal_XC_IsForcePrescaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/ |
| H A D | mhal_sc.c | 1515 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 1516 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 4082 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 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() 6320 void Hal_SC_3D_Adjust_FP_PreHscaling(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb3DPre… in Hal_SC_3D_Adjust_FP_PreHscaling() argument 6330 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_FP_PreHscaling() 6331 …pSrcInfo->Status2.u16PreHCusScalingDst = MAX(640, (MS_U32)MIN(1920, pSrcInfo->stDispWin.width) * 2… in Hal_SC_3D_Adjust_FP_PreHscaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/ |
| H A D | mhal_sc.c | 1641 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start); … in Hal_SC_set_de_window() 1642 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window() 4218 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument 4236 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling() 4244 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling() 4258 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling() 4266 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling() 6457 void Hal_SC_3D_Adjust_FP_PreHscaling(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb3DPre… in Hal_SC_3D_Adjust_FP_PreHscaling() argument 6467 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_FP_PreHscaling() 6468 …pSrcInfo->Status2.u16PreHCusScalingDst = MAX(640, (MS_U32)MIN(1920, pSrcInfo->stDispWin.width) * 2… in Hal_SC_3D_Adjust_FP_PreHscaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/ |
| H A D | mhal_sc.h | 409 INTERFACE E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, XC_InternalStatus *pSrcInfo… 515 INTERFACE void Hal_SC_3D_Adjust_FP_PreHscaling(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOO… 516 INTERFACE void Hal_SC_3D_Adjust_FA_PreHscaling(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOO… 517 INTERFACE void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, M…
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/ |
| H A D | mhal_sc.h | 409 INTERFACE E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, XC_InternalStatus *pSrcInfo… 515 INTERFACE void Hal_SC_3D_Adjust_FP_PreHscaling(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOO… 516 INTERFACE void Hal_SC_3D_Adjust_FA_PreHscaling(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOO… 517 INTERFACE void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, M…
|