HomeSort by relevance Sort by last modified time
    Searched refs:mosaic (Results 1 - 12 of 12) 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/Camera2/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...]
  /packages/apps/Camera/perftests/panorama/
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/chrome/browser/resources/file_manager/css/
gallery.css 22 /* Common background for both mosaic and slide mode. */
740 .gallery[mode='mosaic'] > .toolbar > button.mode {
746 .gallery[mode='mosaic'] > .toolbar > button.mode:active {
1192 /* Mosaic view. */
1193 .mosaic {
1207 .mosaic::-webkit-scrollbar {
1211 .mosaic::-webkit-scrollbar-thumb {
1215 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
1219 .mosaic-tile
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery.js 180 * Time until mosaic is initialized in the background. Used to make gallery
385 var mosaic = this.mosaicMode_ && this.mosaicMode_.getMosaic();
387 // Mosaic view should show up if most of the selected files are images.
396 this.context_.pageState.gallery == 'mosaic');
399 if (mosaic && showMosaic) {
401 mosaic.init();
402 mosaic.show();
408 if (mosaic)
409 mosaic.init();
542 var mosaic = this.mosaicMode_.getMosaic()
    [all...]
mosaic_mode.js 17 this.mosaic_ = new Mosaic(
26 * @return {Mosaic} The mosaic control.
33 MosaicMode.prototype.getName = function() { return 'mosaic' };
69 * Mosaic control.
75 * @return {Element} Mosaic element.
78 function Mosaic(document, dataModel, selectionModel, metadataCache) {
80 Mosaic.decorate(self, dataModel, selectionModel, metadataCache);
87 Mosaic.prototype.__proto__ = HTMLDivElement.prototype;
94 Mosaic.LAYOUT_DELAY = 200
    [all...]
importing_dialog.js 148 * View button click event handler. Invokes the mosaic view.
153 '?{%22gallery%22:%22mosaic%22}#' + this.destination_.fullPath;
slide_mode.js 1059 // the slideshow is being started from the mosaic view.
1065 // We are in the Mosaic mode. Toggle the mode but remember to return
    [all...]

Completed in 5403 milliseconds