Searched refs:cropping_rect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 270 MosaicRect cropping_rect; in runBlend() local 274 cropping_rect.left = xLeftMost; in runBlend() 275 cropping_rect.right = xRightMost; in runBlend() 279 cropping_rect.top = yTopMost; in runBlend() 280 cropping_rect.bottom = yBottomMost; in runBlend() 285 cropping_rect, progress, cancelComputation); in runBlend() 288 CropFinalMosaic(*imgMos, cropping_rect); in runBlend() 298 mosaicWidth = cropping_rect.right - cropping_rect.left + 1; in runBlend() 299 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1; in runBlend() 376 MosaicRect &cropping_rect, float &progress, bool &cancelComputation) in DoMergeAndBlend() argument [all …]
|
D | Blend.h | 107 …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);
|