OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mosaic
(Results
1 - 5
of
5
) 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
...]
/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);
Completed in 578 milliseconds