/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) 62 this->blendingType = blendingType; 65 if (blendingType == Blend::BLEND_TYPE_FULL || 66 blendingType == Blend::BLEND_TYPE_PAN) 107 if (blendingType == Blend::BLEND_TYPE_FULL || 108 blendingType == Blend::BLEND_TYPE_PAN || 109 blendingType == Blend::BLEND_TYPE_CYLPAN || 110 blendingType == Blend::BLEND_TYPE_HORZ) { 112 blender->initialize(blendingType, stripType, width, height) [all...] |
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;
|
Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
Blend.cpp | 34 m_wb.blendingType = BLEND_TYPE_NONE; 44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) 48 this->m_wb.blendingType = blendingType; 287 if (m_wb.blendingType == BLEND_TYPE_HORZ) 296 if (m_wb.blendingType == BLEND_TYPE_HORZ) [all...] |
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) 62 this->blendingType = blendingType; 65 if (blendingType == Blend::BLEND_TYPE_FULL || 66 blendingType == Blend::BLEND_TYPE_PAN) 107 if (blendingType == Blend::BLEND_TYPE_FULL || 108 blendingType == Blend::BLEND_TYPE_PAN || 109 blendingType == Blend::BLEND_TYPE_CYLPAN || 110 blendingType == Blend::BLEND_TYPE_HORZ) { 112 blender->initialize(blendingType, stripType, width, height) [all...] |
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;
|
Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
Blend.cpp | 34 m_wb.blendingType = BLEND_TYPE_NONE; 44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) 48 this->m_wb.blendingType = blendingType; 287 if (m_wb.blendingType == BLEND_TYPE_HORZ) 296 if (m_wb.blendingType == BLEND_TYPE_HORZ) [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) 58 this->blendingType = blendingType; 61 if (blendingType == Blend::BLEND_TYPE_FULL || 62 blendingType == Blend::BLEND_TYPE_PAN) 102 if (blendingType == Blend::BLEND_TYPE_FULL || 103 blendingType == Blend::BLEND_TYPE_PAN || 104 blendingType == Blend::BLEND_TYPE_CYLPAN || 105 blendingType == Blend::BLEND_TYPE_HORZ) { 107 blender->initialize(blendingType, stripType, width, height) [all...] |
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;
|
Blend.h | 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
|
Blend.cpp | 34 m_wb.blendingType = BLEND_TYPE_NONE; 44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) 48 this->m_wb.blendingType = blendingType; 287 if (m_wb.blendingType == BLEND_TYPE_HORZ) 296 if (m_wb.blendingType == BLEND_TYPE_HORZ) [all...] |
/packages/apps/Camera/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/Camera2/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);
|