Searched refs:MosaicRect (Results 1 – 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.h | 107 …**frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &croppi… 108 …void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &img… 109 …void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rec… 118 int PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect); 119 void CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect);
|
D | MosaicTypes.h | 32 class MosaicRect 35 MosaicRect() in MosaicRect() function
|
D | Blend.cpp | 210 MosaicRect fullRect; in runBlend() 270 MosaicRect cropping_rect; in runBlend() 375 int width, int height, YUVinfo &imgMos, MosaicRect &rect, in DoMergeAndBlend() 376 MosaicRect &cropping_rect, float &progress, bool &cancelComputation) in DoMergeAndBlend() 591 void Blend::CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect) in CropFinalMosaic() 630 int Blend::PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect) in PerformFinalBlending() 800 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinf… in ComputeMask() 870 …PyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &… in ProcessPyramidForThisFrame()
|
D | Mosaic.h | 167 MosaicRect mosaicCroppingRect;
|