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

  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 67 resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
127 ImageType getMosaic(int &width, int &height);
Mosaic.cpp 224 ImageType Mosaic::getMosaic(int &width, int &height)
  /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/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)
  /development/perftests/panorama/
benchmark.cpp 99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 296 var mosaic = this.mosaicMode_ && this.mosaicMode_.getMosaic();
429 var mosaic = this.mosaicMode_.getMosaic();
844 var mosaic = this.mosaicMode_.getMosaic();
mosaic_mode.js 32 MosaicMode.prototype.getMosaic = function() { return this.mosaic_ };
    [all...]
  /packages/apps/Camera/jni/
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);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery.js 305 var mosaic = this.mosaicMode_ && this.mosaicMode_.getMosaic();
458 var mosaic = this.mosaicMode_.getMosaic();
874 var mosaic = this.mosaicMode_.getMosaic();
mosaic_mode.js 32 MosaicMode.prototype.getMosaic = function() { return this.mosaic_ };
    [all...]

Completed in 181 milliseconds