OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripType
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h
43
int
stripType
= Blend::STRIP_TYPE_THIN;
53
mosaic.initialize(blendingType,
stripType
, width, height, -1, false, 5.0f);
88
* \param
stripType
Type of strip to use. 0: thin, 1: wide.
stripType
98
int initialize(int blendingType, int
stripType
, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
203
int
stripType
;
MosaicTypes.h
148
int
stripType
;
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
Mosaic.h
43
int
stripType
= Blend::STRIP_TYPE_THIN;
53
mosaic.initialize(blendingType,
stripType
, width, height, -1, false, 5.0f);
88
* \param
stripType
Type of strip to use. 0: thin, 1: wide.
stripType
98
int initialize(int blendingType, int
stripType
, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
203
int
stripType
;
MosaicTypes.h
148
int
stripType
;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h
43
int
stripType
= Blend::STRIP_TYPE_THIN;
53
mosaic.initialize(blendingType,
stripType
, width, height, -1, false, 5.0f);
88
* \param
stripType
Type of strip to use. 0: thin, 1: wide.
stripType
98
int initialize(int blendingType, int
stripType
, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
197
int
stripType
;
MosaicTypes.h
148
int
stripType
;
/packages/apps/Camera/perftests/panorama/
benchmark.cpp
29
const int
stripType
= Blend::STRIP_TYPE_WIDE;
85
mosaic.initialize(blendingType,
stripType
, width, height, -1, false, 0);
/packages/apps/Camera/jni/
feature_mos_jni.cpp
65
int
stripType
= Blend::STRIP_TYPE_THIN;
111
mosaic[mID]->initialize(blendingType,
stripType
, tWidth[mID], tHeight[mID],
482
stripType
= int(type);
/packages/apps/Camera2/jni/
feature_mos_jni.cpp
65
int
stripType
= Blend::STRIP_TYPE_THIN;
111
mosaic[mID]->initialize(blendingType,
stripType
, tWidth[mID], tHeight[mID],
482
stripType
= int(type);
/packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp
65
int
stripType
= Blend::STRIP_TYPE_THIN;
111
mosaic[mID]->initialize(blendingType,
stripType
, tWidth[mID], tHeight[mID],
482
stripType
= int(type);
Completed in 926 milliseconds