HomeSort by relevance Sort by last modified time
    Searched refs:imgMos (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 107 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);
Blend.cpp 251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
252 if (imgMos == NULL)
259 memset(imgMos->Y.ptr[0], 255, (imgMos->Y.width * imgMos->Y.height));
261 memset(imgMos->V.ptr[0], 128, (imgMos->V.width * imgMos->V.height) << 1);
284 ret = DoMergeAndBlend(frames, numCenters, width, height, *imgMos, fullRect,
288 CropFinalMosaic(*imgMos, cropping_rect)
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.h 107 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);
Blend.cpp 251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
252 if (imgMos == NULL)
259 memset(imgMos->Y.ptr[0], 255, (imgMos->Y.width * imgMos->Y.height));
261 memset(imgMos->V.ptr[0], 128, (imgMos->V.width * imgMos->V.height) << 1);
284 ret = DoMergeAndBlend(frames, numCenters, width, height, *imgMos, fullRect,
288 CropFinalMosaic(*imgMos, cropping_rect)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 107 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);
Blend.cpp 251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
252 if (imgMos == NULL)
259 memset(imgMos->Y.ptr[0], 255, (imgMos->Y.width * imgMos->Y.height));
261 memset(imgMos->V.ptr[0], 128, (imgMos->V.width * imgMos->V.height) << 1);
284 ret = DoMergeAndBlend(frames, numCenters, width, height, *imgMos, fullRect,
288 CropFinalMosaic(*imgMos, cropping_rect)
    [all...]

Completed in 44 milliseconds