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

  /packages/apps/Camera/jni/
Android.mk 10 $(LOCAL_PATH)/feature_mos/src/mosaic
17 feature_mos/src/mosaic/trsMatrix.cpp \
18 feature_mos/src/mosaic/AlignFeatures.cpp \
19 feature_mos/src/mosaic/Blend.cpp \
20 feature_mos/src/mosaic/Delaunay.cpp \
21 feature_mos/src/mosaic/ImageUtils.cpp \
22 feature_mos/src/mosaic/Mosaic.cpp \
23 feature_mos/src/mosaic/Pyramid.cpp \
feature_mos_jni.cpp 27 #include "mosaic/AlignFeatures.h"
28 #include "mosaic/Blend.h"
29 #include "mosaic/Mosaic.h"
30 #include "mosaic/Log.h"
49 Mosaic *mosaic[NR] = {NULL,NULL}; variable
53 // Variables to keep track of the mosaic computation progress for both LR & HR.
55 // Variables to be able to cancel the mosaic computation when the GUI says so.
92 if(mosaic[mID]!=NULL
    [all...]
  /packages/apps/LegacyCamera/jni/
Android.mk 10 $(LOCAL_PATH)/feature_mos/src/mosaic
17 feature_mos/src/mosaic/trsMatrix.cpp \
18 feature_mos/src/mosaic/AlignFeatures.cpp \
19 feature_mos/src/mosaic/Blend.cpp \
20 feature_mos/src/mosaic/Delaunay.cpp \
21 feature_mos/src/mosaic/ImageUtils.cpp \
22 feature_mos/src/mosaic/Mosaic.cpp \
23 feature_mos/src/mosaic/Pyramid.cpp \
feature_mos_jni.cpp 27 #include "mosaic/AlignFeatures.h"
28 #include "mosaic/Blend.h"
29 #include "mosaic/Mosaic.h"
30 #include "mosaic/Log.h"
49 Mosaic *mosaic[NR] = {NULL,NULL}; variable
53 // Variables to keep track of the mosaic computation progress for both LR & HR.
55 // Variables to be able to cancel the mosaic computation when the GUI says so.
92 if(mosaic[mID]!=NULL
    [all...]
  /development/perftests/panorama/
Android.mk 15 feature_mos/src/mosaic/ImageUtils.cpp \
16 feature_mos/src/mosaic/Mosaic.cpp \
17 feature_mos/src/mosaic/AlignFeatures.cpp \
18 feature_mos/src/mosaic/Blend.cpp \
19 feature_mos/src/mosaic/Pyramid.cpp \
20 feature_mos/src/mosaic/trsMatrix.cpp \
21 feature_mos/src/mosaic/Delaunay.cpp \
benchmark.cpp 22 #include "mosaic/Mosaic.h"
23 #include "mosaic/ImageUtils.h"
83 Mosaic mosaic; local
85 mosaic.initialize(blendingType, stripType, width, height, -1, false, 0);
89 mosaic.addFrame(yvuFrames[i]);
96 mosaic.createMosaic(progress, cancelComputation);
99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight);
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 46 /* Common background for both mosaic and slide mode. */
727 .gallery[mode='mosaic'] > .toolbar button.mode {
733 .gallery[mode='mosaic'] > .toolbar button.mode:active {
1146 /* Mosaic view. */
1147 .mosaic {
1161 .mosaic::-webkit-scrollbar {
1165 .mosaic::-webkit-scrollbar-thumb {
1169 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
1173 .mosaic-tile
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 250 * Time until mosaic is initialized in the background. Used to make gallery
532 self.context_.pageState.gallery === 'mosaic');
536 // Init mosaic mode.
537 var mosaic = self.mosaicMode_.getMosaic();
538 mosaic.init();
542 mosaic.show();
663 var mosaic = this.mosaicMode_.getMosaic();
664 var tileRect = mosaic.getTileRect(tileIndex);
668 mosaic.transform(
674 mosaic.transform()
    [all...]
mosaic_mode.js 17 this.mosaic_ = new Mosaic(
27 * @return {Mosaic} The mosaic control.
34 MosaicMode.prototype.getName = function() { return 'mosaic'; };
73 * Mosaic control.
79 * @return {Element} Mosaic element.
82 function Mosaic(document, dataModel, selectionModel, volumeManager) {
84 Mosaic.decorate(self, dataModel, selectionModel, volumeManager);
91 Mosaic.prototype.__proto__ = HTMLDivElement.prototype;
98 Mosaic.LAYOUT_DELAY = 200
    [all...]
slide_mode.js     [all...]

Completed in 2069 milliseconds