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

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
MosaicTypes.h 84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
Pyramid.h 41 static PyramidShort *allocateImage(real width, real height, real border);
Pyramid.cpp 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
189 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
256 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
ImageUtils.cpp 121 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)
355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height)
AlignFeatures.cpp 90 imageGray = ImageUtils::allocateImage(width, height, 1);
Mosaic.cpp 120 imageYVU = ImageUtils::allocateImage(this->width, this->height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
Blend.cpp 239 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
MosaicTypes.h 84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
Pyramid.h 41 static PyramidShort *allocateImage(real width, real height, real border);
Pyramid.cpp 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
183 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
250 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
ImageUtils.cpp 121 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)
355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height)
AlignFeatures.cpp 90 imageGray = ImageUtils::allocateImage(width, height, 1);
Mosaic.cpp 123 imageYVU = ImageUtils::allocateImage(this->width, this->height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
Blend.cpp 251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
    [all...]
  /development/perftests/panorama/
benchmark.cpp 43 yvuFrames[i] = ImageUtils::allocateImage(width, height,
101 ImageType imageRGB = ImageUtils::allocateImage(
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 287 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,
mosaic_renderer_jni.cpp 373 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
376 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],

Completed in 137 milliseconds