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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
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)
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
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)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
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)

Completed in 48 milliseconds