HomeSort by relevance Sort by last modified time
    Searched defs:blendingType (Results 1 - 9 of 9) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 42 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);
198 int blendingType;
MosaicTypes.h 147 int blendingType;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 42 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);
198 int blendingType;
MosaicTypes.h 147 int blendingType;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 42 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;
MosaicTypes.h 147 int blendingType;
  /development/perftests/panorama/
benchmark.cpp 28 const int blendingType = Blend::BLEND_TYPE_HORZ;
85 mosaic.initialize(blendingType, stripType, width, height, -1, false, 0);
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 62 //int blendingType = Blend::BLEND_TYPE_FULL;
63 //int blendingType = Blend::BLEND_TYPE_CYLPAN;
64 int blendingType = Blend::BLEND_TYPE_HORZ;
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
476 blendingType = int(type);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 62 //int blendingType = Blend::BLEND_TYPE_FULL;
63 //int blendingType = Blend::BLEND_TYPE_CYLPAN;
64 int blendingType = Blend::BLEND_TYPE_HORZ;
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
476 blendingType = int(type);

Completed in 530 milliseconds