Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c9206 MS_U16 u16OPMOffsetRight = 0; in _MDrv_SC_set_fetch_number_limit_impl() local
9214 u16OPMOffsetRight = gSrcInfo[eWindow].u16IPMFetch; in _MDrv_SC_set_fetch_number_limit_impl()
9221 u16OPMOffsetRight = gSrcInfo[eWindow].Status2.u16DualMiuIPMFetch; 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.09177 MS_U16 u16OPMOffsetRight = 0;
9185 u16OPMOffsetRight = gSrcInfo[eWindow].u16IPMFetch;
9192 u16OPMOffsetRight = gSrcInfo[eWindow].Status2.u16DualMiuIPMFetch;
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);