Home
last modified time | relevance | path

Searched refs:CropWinWidthTemp (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c6848 MS_U16 CropWinWidthTemp = 0; in MDrv_SC_set_opmsetting() local
6851 CropWinWidthTemp = gSrcInfo[eWindow].ScaledCropWin.width; in MDrv_SC_set_opmsetting()
6855 CropWinWidthTemp = gSrcInfo[eWindow].u16H_SizeAfterPreScaling; in MDrv_SC_set_opmsetting()
6858 MDrv_SC_3D_Adjust_CropWinWidth(pInstance, &CropWinWidthTemp,eWindow); in MDrv_SC_set_opmsetting()
6860 …u16OPMFetch = CropWinWidthTemp + u16LBOffset; // using LBOffset still need to add some points to a… in MDrv_SC_set_opmsetting()
7722 MS_U16 CropWinWidthTemp = gSrcInfo[eWindow].ScaledCropWin.width; in MDrv_SC_set_frcmrsetting() local
7724 MDrv_SC_3D_Adjust_CropWinWidth(pInstance, &CropWinWidthTemp,eWindow); in MDrv_SC_set_frcmrsetting()
7726 …u16FRCM_RFetch = CropWinWidthTemp + u16LBOffset; // using LBOffset still need to add some points t… in MDrv_SC_set_frcmrsetting()
9065 MS_U16 CropWinWidthTemp = gSrcInfo[eWindow].ScaledCropWin.width; in _MDrv_SC_set_fetch_number_limit_impl() local
9067 MDrv_SC_3D_Adjust_CropWinWidth(pInstance, &CropWinWidthTemp,eWindow); in _MDrv_SC_set_fetch_number_limit_impl()
[all …]
H A Dmdrv_sc_scaling.c.06829 MS_U16 CropWinWidthTemp = 0;
6832 CropWinWidthTemp = gSrcInfo[eWindow].ScaledCropWin.width;
6836 CropWinWidthTemp = gSrcInfo[eWindow].u16H_SizeAfterPreScaling;
6839 MDrv_SC_3D_Adjust_CropWinWidth(pInstance, &CropWinWidthTemp,eWindow);
6841 …u16OPMFetch = CropWinWidthTemp + u16LBOffset; // using LBOffset still need to add some points to a…
7699 MS_U16 CropWinWidthTemp = gSrcInfo[eWindow].ScaledCropWin.width;
7701 MDrv_SC_3D_Adjust_CropWinWidth(pInstance, &CropWinWidthTemp,eWindow);
7703 …u16FRCM_RFetch = CropWinWidthTemp + u16LBOffset; // using LBOffset still need to add some points t…
9040 MS_U16 CropWinWidthTemp = gSrcInfo[eWindow].ScaledCropWin.width;
9042 MDrv_SC_3D_Adjust_CropWinWidth(pInstance, &CropWinWidthTemp,eWindow);
[all …]