Searched refs:stripType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Mosaic.cpp | 56 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()
|
D | Mosaic.h | 98 …int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quar… 197 int stripType; variable
|
D | Blend.cpp | 44 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()
|
D | MosaicTypes.h | 148 int stripType; member
|
D | Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 65 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()
|