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

  /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;
  /packages/apps/Camera/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;
  /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;
  /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,
122 ImageUtils::yvu2rgb(imageRGB, resultYVU, mosaicWidth,
124 ImageUtils::writeBinaryPPM(imageRGB, filename, mosaicWidth,
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 60 int mosaicWidth=0, mosaicHeight=0;
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+i] = V[(2*j)*mosaicWidth+i]; //
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 60 int mosaicWidth=0, mosaicHeight=0;
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+i] = V[(2*j)*mosaicWidth+i]; //
    [all...]

Completed in 53 milliseconds