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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
127 ImageType getMosaic(int &width, int &height);
Mosaic.cpp 234 ImageType Mosaic::getMosaic(int &width, int &height)
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Mosaic.h 67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
127 ImageType getMosaic(int &width, int &height);
Mosaic.cpp 234 ImageType Mosaic::getMosaic(int &width, int &height)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
127 ImageType getMosaic(int &width, int &height);
Mosaic.cpp 221 ImageType Mosaic::getMosaic(int &width, int &height)
  /packages/apps/Camera/perftests/panorama/
benchmark.cpp 99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
  /packages/apps/Gallery2/perftests/panorama/
benchmark.cpp 99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight);
  /packages/apps/Gallery2/jni_mosaic/
feature_mos_jni.cpp 204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight);

Completed in 338 milliseconds