Searched refs:u16OPMCropRight (Results 1 – 2 of 2) sorted by relevance
9203 MS_U16 u16OPMCropRight = 0; in _MDrv_SC_set_fetch_number_limit_impl() local9211 u16OPMCropRight = pSrcInfo->ScaledCropWin.x; in _MDrv_SC_set_fetch_number_limit_impl()9218 …u16OPMCropRight = 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()
9174 MS_U16 u16OPMCropRight = 0;9182 u16OPMCropRight = pSrcInfo->ScaledCropWin.x;9189 …u16OPMCropRight = pSrcInfo->u16H_SizeAfterPreScaling - pSrcInfo->ScaledCropWin.width - pSrcInfo->S…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);