Home
last modified time | relevance | path

Searched refs:u16V_SizeAfterPreScaling (Results 1 – 25 of 29) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c1724 …caledCropWin.y = (MS_U16)( (MS_U32) pCropWin->y * pSrcInfo->u16V_SizeAfterPreScaling / pSrcInf… in MDrv_SC_set_crop_window()
1725 …ropWin.height= (MS_U16)( ( (MS_U32)pCropWin->height * pSrcInfo->u16V_SizeAfterPreScaling + ( pSrcI… in MDrv_SC_set_crop_window()
1806 …if( pSrcInfo->u16V_SizeAfterPreScaling < (gSrcInfo[eWindow].ScaledCropWin.height + gSrcInfo[eWindo… in MDrv_SC_set_crop_window()
1808 … if(gSrcInfo[eWindow].ScaledCropWin.height <= pSrcInfo->u16V_SizeAfterPreScaling) in MDrv_SC_set_crop_window()
1810 …gSrcInfo[eWindow].ScaledCropWin.y = (pSrcInfo->u16V_SizeAfterPreScaling - gSrcInfo[eWindow].Scaled… in MDrv_SC_set_crop_window()
1814 … gSrcInfo[eWindow].ScaledCropWin.height = pSrcInfo->u16V_SizeAfterPreScaling; in MDrv_SC_set_crop_window()
1846 …if( pSrcInfo->u16V_SizeAfterPreScaling < (gSrcInfo[eWindow].ScaledCropWin.height + gSrcInfo[eWindo… in MDrv_SC_set_crop_window()
1860 …if( pSrcInfo->u16V_SizeAfterPreScaling < (gSrcInfo[eWindow].ScaledCropWin.height + gSrcInfo[eWindo… in MDrv_SC_set_crop_window()
1873 pSrcInfo->u16FRCMV_Length = pSrcInfo->u16V_SizeAfterPreScaling; in MDrv_SC_set_crop_window()
2133 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_XC_AdjustPrescalingForFrameNum()
[all …]
H A Dmdrv_sc_scaling.c.01700 // [IN] pSrcInfo->u16V_SizeAfterPreScaling
1724 …caledCropWin.y = (MS_U16)( (MS_U32) pCropWin->y * pSrcInfo->u16V_SizeAfterPreScaling / pSrcInf…
1725 …ropWin.height= (MS_U16)( ( (MS_U32)pCropWin->height * pSrcInfo->u16V_SizeAfterPreScaling + ( pSrcI…
1804 …if( pSrcInfo->u16V_SizeAfterPreScaling < (gSrcInfo[eWindow].ScaledCropWin.height + gSrcInfo[eWindo…
1806 … if(gSrcInfo[eWindow].ScaledCropWin.height <= pSrcInfo->u16V_SizeAfterPreScaling)
1808 …gSrcInfo[eWindow].ScaledCropWin.y = (pSrcInfo->u16V_SizeAfterPreScaling - gSrcInfo[eWindow].Scaled…
1812 … gSrcInfo[eWindow].ScaledCropWin.height = pSrcInfo->u16V_SizeAfterPreScaling;
1844 …if( pSrcInfo->u16V_SizeAfterPreScaling < (gSrcInfo[eWindow].ScaledCropWin.height + gSrcInfo[eWindo…
1858 …if( pSrcInfo->u16V_SizeAfterPreScaling < (gSrcInfo[eWindow].ScaledCropWin.height + gSrcInfo[eWindo…
1871 pSrcInfo->u16FRCMV_Length = pSrcInfo->u16V_SizeAfterPreScaling;
[all …]
H A Dmdrv_sc_3d.c843 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
866 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
942 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
960 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
1091 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
1116 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
1137 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
1155 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
1178 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
1198 pSrcInfo->u16V_SizeAfterPreScaling); in MDrv_SC_3D_Adjust_PreHorDstSize()
[all …]
H A Dmdrv_sc_ip.c1412 (pMemRect->y >= gSrcInfo[eWindow].u16V_SizeAfterPreScaling ) || in MDrv_XC_Access_BufferData()
1413 ((pMemRect->y + pMemRect->height) > gSrcInfo[eWindow].u16V_SizeAfterPreScaling))) in MDrv_XC_Access_BufferData()
1792 y0 = gSrcInfo[eWindow].u16V_SizeAfterPreScaling - pMemRect->y -1; in MDrv_XC_Access_BufferData()
1793 y1 = gSrcInfo[eWindow].u16V_SizeAfterPreScaling - (pMemRect->y + pMemRect->height); in MDrv_XC_Access_BufferData()
2526 … eRect_Info->s16Y_Start <0 || eRect_Info->s16Y_Start >= (stSrcInfo->u16V_SizeAfterPreScaling -1) ||
2527 … eRect_Info->s16Y_Size <0 || eRect_Info->s16Y_Size >= (stSrcInfo->u16V_SizeAfterPreScaling -1))
H A Dmvideo.c5396 …eWindow)].u16H_SizeAfterPreScaling> 1920) && (gSrcInfo[(eWindow)].u16V_SizeAfterPreScaling> 1080))) in _MApi_XC_SetWindow()
8719 DrvStatusEx.u16V_SizeAfterPreScaling = gSrcInfo[eWindow].u16V_SizeAfterPreScaling; in MApi_XC_GetStatusEx_U2()
8919 pDrvStatus->u16V_SizeAfterPreScaling = gSrcInfo[eWindow].u16V_SizeAfterPreScaling; in MDrv_XC_GetStatus()
H A Dmdrv_sc_DIPscaling.c839 pSrcInfo->u16V_SizeAfterPreScaling = u16ScaleDst; in MDrv_XC_DWIN_set_prescaling_ratio()
H A Dmvideo.c.05386 …eWindow)].u16H_SizeAfterPreScaling> 1920) && (gSrcInfo[(eWindow)].u16V_SizeAfterPreScaling> 1080)))
8707 DrvStatusEx.u16V_SizeAfterPreScaling = gSrcInfo[eWindow].u16V_SizeAfterPreScaling;
8907 pDrvStatus->u16V_SizeAfterPreScaling = gSrcInfo[eWindow].u16V_SizeAfterPreScaling;
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c921 u16BackupVsize = gSrcInfo[eWindow].u16V_SizeAfterPreScaling; in _MApi_XC_Auto_Internal_AutoCablication()
994 gSrcInfo[eWindow].u16V_SizeAfterPreScaling = 720; in _MApi_XC_Auto_Internal_AutoCablication()
1005 gSrcInfo[eWindow].u16V_SizeAfterPreScaling = 1080; in _MApi_XC_Auto_Internal_AutoCablication()
1016 gSrcInfo[eWindow].u16V_SizeAfterPreScaling = 480; in _MApi_XC_Auto_Internal_AutoCablication()
1067 gSrcInfo[eWindow].u16V_SizeAfterPreScaling = u16BackupVsize; in _MApi_XC_Auto_Internal_AutoCablication()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dmvideo_context.h720 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
844 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC_EX.h938 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
1032 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
H A DapiXC.h1175 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
1269 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_sc.c8117 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
8118 …ri->u32DeviceID, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
8125 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8126 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_36_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8258 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
8259 …teCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
8266 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
8267 …iteCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
8655 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c8814 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
8815 …ri->u32DeviceID, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
8822 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8823 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_36_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8995 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
8996 …teCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
9003 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9004 …iteCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9441 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c8837 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
8838 …ri->u32DeviceID, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
8845 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8846 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_36_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8979 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
8980 …teCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
8987 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
8988 …iteCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9405 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_sc.c9095 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
9096 …ri->u32DeviceID, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
9103 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
9104 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_36_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
9276 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
9277 …teCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
9284 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9285 …iteCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9722 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_sc.c9096 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
9097 …ri->u32DeviceID, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
9104 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
9105 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_36_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
9237 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
9238 …teCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
9245 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9246 …iteCmd(pInstance, REG_SC_BK46_36_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
9644 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC_EX.h976 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
1076 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
H A DapiXC.h1375 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
1475 MS_U16 u16V_SizeAfterPreScaling; ///<Vertical size after prescaling member
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/
H A Dmhal_sc.c6066 …SK(psXCInstPri->u32DeviceID, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, 0x0FFF); in _HAL_SC_BWR_set_vlen()
6077 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2, 0x0FFF… in _HAL_SC_BWR_set_vlen()
6204 …XC_MLoad_WriteCmd(pInstance, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, 0x0FFF); in _HAL_SC_BWR_set_vlen_burst()
6215 …C_MLoad_WriteCmd(pInstance, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2, 0x0FFF… in _HAL_SC_BWR_set_vlen_burst()
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_sc.c7914 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
7921 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
8100 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
8107 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
8533 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_sc.c6203 …SK(psXCInstPri->u32DeviceID, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, 0x0FFF); in _HAL_SC_BWR_set_vlen()
6214 …K(psXCInstPri->u32DeviceID, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2, 0x0FFF… in _HAL_SC_BWR_set_vlen()
6341 …XC_MLoad_WriteCmd(pInstance, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling, 0x0FFF); in _HAL_SC_BWR_set_vlen_burst()
6352 …C_MLoad_WriteCmd(pInstance, REG_SC_BK46_3D_L, gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2, 0x0FFF… in _HAL_SC_BWR_set_vlen_burst()
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_sc.c7306 …ri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen()
7313 …Pri->u32DeviceID, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen()
7444 …teCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | (gSrcInfo[eWindow].u16V_SizeAfterPreScaling/2), BIT(1… in _HAL_SC_BWR_set_vlen_burst()
7451 …iteCmd(pInstance, REG_SC_BK46_3D_L, BIT(15) | gSrcInfo[eWindow].u16V_SizeAfterPreScaling, BIT(15) … in _HAL_SC_BWR_set_vlen_burst()
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_sc.c4394 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/
H A Dmhal_sc.c4422 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c7099 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()

12