Searched refs:mosaicWidth (Results 1 - 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.h67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
69 printf("Got mosaic of size %d,%d\n", mosaicWidth, mosaicHeight);
162 int mosaicWidth, mosaicHeight; member in class:Mosaic
H A DMosaic.cpp72 mosaicWidth = mosaicHeight = 0;
203 mosaicWidth, mosaicHeight, progress, cancelComputation);
223 width = mosaicWidth;
H A DBlend.h77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
H A DBlend.cpp101 ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight,
298 mosaicWidth = cropping_rect.right - cropping_rect.left + 1;
303 mosaicWidth = Mwidth;
99 runBlend(MosaicFrame **oframes, MosaicFrame **rframes, int frames_size, ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation) argument
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp60 int mosaicWidth=0, mosaicHeight=0; variable
204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight);
575 int width = mosaicWidth;
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight,
582 ImageUtils::yvu2bgr(resultBGR, resultYVU, mosaicWidth, mosaicHeight);
623 width = mosaicWidth;
629 ImageType V = resultYVU+mosaicWidth*mosaicHeight;
630 ImageType U = V+mosaicWidth*mosaicHeight;
633 for(int i=0; i<mosaicWidth; i+=2)
635 V[j*mosaicWidth
[all...]

Completed in 87 milliseconds