Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c9203 MS_U16 u16OPMCropRight = 0; in _MDrv_SC_set_fetch_number_limit_impl() local
9211 u16OPMCropRight = pSrcInfo->ScaledCropWin.x; in _MDrv_SC_set_fetch_number_limit_impl()
9218u16OPMCropRight = pSrcInfo->u16H_SizeAfterPreScaling - pSrcInfo->ScaledCropWin.width - pSrcInfo->S… in _MDrv_SC_set_fetch_number_limit_impl()
9225 if (u16OPMOffsetRight > u16OPMCropRight) // OPM Crop.right at Right side in _MDrv_SC_set_fetch_number_limit_impl()
9244 u16OPMFetchTmp = u16OPMOffsetRight - u16OPMCropRight; in _MDrv_SC_set_fetch_number_limit_impl()
9268 else if (u16OPMOffsetRight == u16OPMCropRight) // OPM Crop.right at Dual Edge in _MDrv_SC_set_fetch_number_limit_impl()
9284 … if (u16OPMCropRight >= (u16OPMOffsetRight + DUAL_GARDBAND_SIZE)) // Video right edge have enough in _MDrv_SC_set_fetch_number_limit_impl()
9290 … u16OPMFetch = pSrcInfo->ScaledCropWin.width + (u16OPMCropRight - u16OPMOffsetRight); in _MDrv_SC_set_fetch_number_limit_impl()
H A Dmdrv_sc_scaling.c.09174 MS_U16 u16OPMCropRight = 0;
9182 u16OPMCropRight = pSrcInfo->ScaledCropWin.x;
9189u16OPMCropRight = pSrcInfo->u16H_SizeAfterPreScaling - pSrcInfo->ScaledCropWin.width - pSrcInfo->S…
9196 if (u16OPMOffsetRight > u16OPMCropRight) // OPM Crop.right at Right side
9215 u16OPMFetchTmp = u16OPMOffsetRight - u16OPMCropRight;
9239 else if (u16OPMOffsetRight == u16OPMCropRight) // OPM Crop.right at Dual Edge
9255 … if (u16OPMCropRight >= (u16OPMOffsetRight + DUAL_GARDBAND_SIZE)) // Video right edge have enough
9261 … u16OPMFetch = pSrcInfo->ScaledCropWin.width + (u16OPMCropRight - u16OPMOffsetRight);