Searched refs:allocateImage (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DImageUtils.h107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
H A DMosaicTypes.h84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
H A DPyramid.h41 static PyramidShort *allocateImage(real width, real height, real border);
H A DPyramid.cpp62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) function in class:PyramidShort
189 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
256 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
H A DImageUtils.cpp121 ImageType out = ImageUtils::allocateImage(width, height, 1);
302 ret = allocateImage(width, height, IMAGE_TYPE_NUM_CHANNELS);
333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) function in class:ImageUtils
355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height) function in class:YUVinfo
H A DAlignFeatures.cpp90 imageGray = ImageUtils::allocateImage(width, height, 1);
H A DMosaic.cpp128 imageYVU = ImageUtils::allocateImage(this->width, this->height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
H A DBlend.cpp251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DImageUtils.h107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
H A DMosaicTypes.h84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
H A DPyramid.h41 static PyramidShort *allocateImage(real width, real height, real border);
H A DPyramid.cpp62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) function in class:PyramidShort
183 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
250 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
H A DImageUtils.cpp121 ImageType out = ImageUtils::allocateImage(width, height, 1);
302 ret = allocateImage(width, height, IMAGE_TYPE_NUM_CHANNELS);
333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) function in class:ImageUtils
355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height) function in class:YUVinfo
H A DAlignFeatures.cpp90 imageGray = ImageUtils::allocateImage(width, height, 1);
H A DMosaic.cpp123 imageYVU = ImageUtils::allocateImage(this->width, this->height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
H A DBlend.cpp251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight,
H A Dmosaic_renderer_jni.cpp394 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
396 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight,
H A Dmosaic_renderer_jni.cpp373 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
376 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],

Completed in 205 milliseconds