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

  /development/perftests/panorama/
benchmark.cpp 98 int mosaicWidth, mosaicHeight;
99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
102 mosaicWidth, mosaicHeight, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
117 iteration, mosaicWidth, mosaicHeight,
123 mosaicHeight);
125 mosaicHeight);
  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
69 printf("Got mosaic of size %d,%d\n", mosaicWidth, mosaicHeight);
162 int mosaicWidth, mosaicHeight;
Mosaic.cpp 73 mosaicWidth = mosaicHeight = 0;
206 mosaicWidth, mosaicHeight, progress, cancelComputation);
227 height = mosaicHeight;
Blend.h 77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
Blend.cpp 97 ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight,
286 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1;
291 mosaicHeight = Mheight;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
69 printf("Got mosaic of size %d,%d\n", mosaicWidth, mosaicHeight);
162 int mosaicWidth, mosaicHeight;
Mosaic.cpp 72 mosaicWidth = mosaicHeight = 0;
203 mosaicWidth, mosaicHeight, progress, cancelComputation);
224 height = mosaicHeight;
Blend.h 77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
Blend.cpp 101 ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight,
299 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1;
304 mosaicHeight = Mheight;
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 60 int mosaicWidth=0, mosaicHeight=0;
204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight);
576 int height = mosaicHeight;
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight,
582 ImageUtils::yvu2bgr(resultBGR, resultYVU, mosaicWidth, mosaicHeight);
624 height = mosaicHeight;
629 ImageType V = resultYVU+mosaicWidth*mosaicHeight;
630 ImageType U = V+mosaicWidth*mosaicHeight;
631 for(int j=0; j<mosaicHeight/2; j++)

Completed in 48 milliseconds