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

12

/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);
/packages/apps/Camera2/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);
/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);
/packages/apps/Camera/perftests/panorama/
H A Dbenchmark.cpp43 yvuFrames[i] = ImageUtils::allocateImage(width, height,
101 ImageType imageRGB = ImageUtils::allocateImage(
/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,
/packages/apps/Camera2/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,
/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,

Completed in 3174 milliseconds

12