/development/perftests/panorama/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); 203 int stripType;
|
Mosaic.cpp | 57 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) 65 stripType = Blend::STRIP_TYPE_THIN; 68 this->stripType = stripType; 105 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 | 41 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) 46 this->m_wb.stripType = stripType; 106 if (m_wb.stripType == STRIP_TYPE_THIN) 427 if (m_wb.stripType == STRIP_TYPE_WIDE) 942 if (m_wb.stripType == STRIP_TYPE_WIDE) [all...] |
/packages/apps/Camera/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); 203 int stripType;
|
Mosaic.cpp | 60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) 68 stripType = Blend::STRIP_TYPE_THIN; 71 this->stripType = stripType; 112 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) 960 if (m_wb.stripType == STRIP_TYPE_WIDE) [all...] |
/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...] |
/development/perftests/panorama/ |
benchmark.cpp | 29 const int stripType = Blend::STRIP_TYPE_WIDE; 85 mosaic.initialize(blendingType, stripType, width, height, -1, false, 0);
|
/packages/apps/Camera/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);
|
/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);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
unicodeobject.h | [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
unicodeobject.h | [all...] |