Home
last modified time | relevance | path

Searched refs:stripType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaic.cpp56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool qu… in initialize() argument
64 stripType = Blend::STRIP_TYPE_THIN; in initialize()
67 this->stripType = stripType; in initialize()
107 blender->initialize(blendingType, stripType, width, height); in initialize()
DMosaic.h98 …int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quar…
197 int stripType; variable
DBlend.cpp44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) in initialize() argument
49 this->m_wb.stripType = stripType; in initialize()
110 if (m_wb.stripType == STRIP_TYPE_THIN) in runBlend()
442 if (m_wb.stripType == STRIP_TYPE_WIDE) in DoMergeAndBlend()
940 if (m_wb.stripType == STRIP_TYPE_WIDE) in ProcessPyramidForThisFrame()
DMosaicTypes.h148 int stripType; member
DBlend.h74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp65 int stripType = Blend::STRIP_TYPE_THIN; variable
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID], in Init()
482 stripType = int(type); in Java_com_android_camera_panorama_Mosaic_setStripType()