Searched defs:stripType (Results 1 - 5 of 5) 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
64 stripType = Blend::STRIP_TYPE_THIN;
67 this->stripType = stripType;
107 blender->initialize(blendingType, stripType, width, height);
H A DMosaic.h43 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; member in class:Mosaic
H A DMosaicTypes.h148 int stripType; member in struct:__anon8
H A DBlend.cpp44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) argument
49 this->m_wb.stripType = stripType;
110 if (m_wb.stripType == STRIP_TYPE_THIN)
442 if (m_wb.stripType == STRIP_TYPE_WIDE)
940 if (m_wb.stripType == STRIP_TYPE_WIDE)
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp65 int stripType = Blend::STRIP_TYPE_THIN; variable
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
482 stripType = int(type);

Completed in 462 milliseconds