OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateImage
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Camera/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
...]
/packages/apps/Camera/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 40 milliseconds