HomeSort by relevance Sort by last modified time
    Searched refs:stripType (Results 1 - 6 of 6) sorted by null

  /packages/apps/LegacyCamera/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);
197 int stripType;
Mosaic.cpp 56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
64 stripType = Blend::STRIP_TYPE_THIN;
67 this->stripType = stripType;
107 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)
940 if (m_wb.stripType == STRIP_TYPE_WIDE)
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 65 int stripType = Blend::STRIP_TYPE_THIN;
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
482 stripType = int(type);

Completed in 203 milliseconds