Searched refs:u16OPMOffsetRight (Results 1 – 2 of 2) sorted by relevance
9206 MS_U16 u16OPMOffsetRight = 0; in _MDrv_SC_set_fetch_number_limit_impl() local9214 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()
9177 MS_U16 u16OPMOffsetRight = 0;9185 u16OPMOffsetRight = gSrcInfo[eWindow].u16IPMFetch;9192 u16OPMOffsetRight = gSrcInfo[eWindow].Status2.u16DualMiuIPMFetch;9196 if (u16OPMOffsetRight > u16OPMCropRight) // OPM Crop.right at Right side9215 u16OPMFetchTmp = u16OPMOffsetRight - u16OPMCropRight;9239 else if (u16OPMOffsetRight == u16OPMCropRight) // OPM Crop.right at Dual Edge9255 … if (u16OPMCropRight >= (u16OPMOffsetRight + DUAL_GARDBAND_SIZE)) // Video right edge have enough9261 … u16OPMFetch = pSrcInfo->ScaledCropWin.width + (u16OPMCropRight - u16OPMOffsetRight);