OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripType
(Results
1 - 19
of
19
) 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
;
Mosaic.cpp
60
int Mosaic::initialize(int blendingType, int
stripType
, int width, int height, int nframes, bool quarter_res, float thresh_still)
68
stripType
= Blend::STRIP_TYPE_THIN;
71
this->
stripType
=
stripType
;
112
blender->initialize(blendingType,
stripType
, width, height);
MosaicTypes.h
148
int
stripType
;
Blend.h
74
int initialize(int blendingType, int
stripType
, int frame_width, int frame_height);
Blend.cpp
44
int Blend::initialize(int blendingType, int
stripType
, int frame_width, int frame_height)
49
this->m_wb.
stripType
=
stripType
;
110
if (m_wb.
stripType
== STRIP_TYPE_THIN)
442
if (m_wb.
stripType
== STRIP_TYPE_WIDE)
960
if (m_wb.
stripType
== STRIP_TYPE_WIDE)
[
all
...]