Searched refs:YUVinfo (Results 1 - 8 of 8) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.h107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
118 int PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect);
119 void CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect);
H A DImageUtils.h139 * Used in YUVinfo to store separate YVU image planes.
152 class YUVinfo { class
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
155 static void mapYUVInfoToImage(YUVinfo *img, unsigned char *position);
H A DImageUtils.cpp355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height)
370 YUVinfo *yuv = (YUVinfo *) calloc(sizeof(YUVinfo), 1);
397 void YUVinfo::mapYUVInfoToImage(YUVinfo *img, unsigned char *position)
H A DBlend.cpp251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
375 int width, int height, YUVinfo &imgMos, MosaicRect &rect,
591 void Blend::CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect)
630 int Blend::PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect)
800 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
870 void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx)
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DImageUtils.h139 * Used in YUVinfo to store separate YVU image planes.
152 class YUVinfo { class
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
155 static void mapYUVInfoToImage(YUVinfo *img, unsigned char *position);
H A DBlend.h107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
118 int PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect);
119 void CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect);
H A DImageUtils.cpp355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height)
370 YUVinfo *yuv = (YUVinfo *) calloc(sizeof(YUVinfo), 1);
397 void YUVinfo::mapYUVInfoToImage(YUVinfo *img, unsigned char *position)
H A DBlend.cpp251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
375 int width, int height, YUVinfo &imgMos, MosaicRect &rect,
598 void Blend::CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect)
637 int Blend::PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect)
820 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
890 void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx)

Completed in 180 milliseconds