Searched defs:allocateImage (Results 1 - 2 of 2) sorted by relevance

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

Completed in 126 milliseconds