Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp257 MosaicRect cropping_rect; in runBlend() local
261 cropping_rect.left = xLeftMost; in runBlend()
262 cropping_rect.right = xRightMost; in runBlend()
266 cropping_rect.top = yTopMost; in runBlend()
267 cropping_rect.bottom = yBottomMost; in runBlend()
272 cropping_rect, progress, cancelComputation); in runBlend()
275 CropFinalMosaic(*imgMos, cropping_rect); in runBlend()
285 mosaicWidth = cropping_rect.right - cropping_rect.left + 1; in runBlend()
286 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1; in runBlend()
362 MosaicRect &cropping_rect, float &progress, bool &cancelComputation) in DoMergeAndBlend() argument
[all …]
DBlend.h107 …int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progre…
118 int PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect);
119 void CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect);