HomeSort by relevance Sort by last modified time
    Searched refs:mosaic (Results 1 - 9 of 9) 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/Gallery2/jni_mosaic/
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);
  /packages/apps/Gallery2/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);
  /packages/apps/Gallery2/
Android.mk 53 # Use the following include to make gallery test apk and the mosaic library

Completed in 995 milliseconds