Searched refs:blendingType (Results 1 - 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
58 this->blendingType = blendingType;
61 if (blendingType == Blend::BLEND_TYPE_FULL ||
62 blendingType == Blend::BLEND_TYPE_PAN)
102 if (blendingType == Blend::BLEND_TYPE_FULL ||
103 blendingType == Blend::BLEND_TYPE_PAN ||
104 blendingType == Blend::BLEND_TYPE_CYLPAN ||
105 blendingType == Blend::BLEND_TYPE_HORZ) {
107 blender->initialize(blendingType, stripTyp
[all...]
H A DMosaic.h42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
53 mosaic.initialize(blendingType, stripType, width, height, -1, false, 5.0f);
87 * \param blendingType Type of blending to perform
89 * is effective only when blendingType is CylPan or
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
192 int blendingType; member in class:Mosaic
H A DMosaicTypes.h147 int blendingType; member in struct:__anon8
H A DBlend.h74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
H A DBlend.cpp34 m_wb.blendingType = BLEND_TYPE_NONE;
44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) argument
48 this->m_wb.blendingType = blendingType;
287 if (m_wb.blendingType == BLEND_TYPE_HORZ)
296 if (m_wb.blendingType == BLEND_TYPE_HORZ)
1242 if (m_wb.blendingType != BLEND_TYPE_CYLPAN && m_wb.blendingType != BLEND_TYPE_HORZ)
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp62 //int blendingType = Blend::BLEND_TYPE_FULL;
63 //int blendingType = Blend::BLEND_TYPE_CYLPAN;
64 int blendingType = Blend::BLEND_TYPE_HORZ; variable
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
476 blendingType = int(type);

Completed in 97 milliseconds