Searched refs:quarter_res (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
87 bool quarter_res; // Whether to process at quarter resolution member in class:Align
H A DMosaic.h94 * \param quarter_res Whether to compute alignment at quarter the input resolution (default = false)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DAlignFeatures.cpp71 quarter_res = _quarter_res;
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
181 reg.UpdateReference(m_rows,quarter_res,false);
H A DMosaic.cpp60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
105 aligner->initialize(width, height,quarter_res,thresh_still);
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
87 bool quarter_res; // Whether to process at quarter resolution member in class:Align
H A DMosaic.h94 * \param quarter_res Whether to compute alignment at quarter the input resolution (default = false)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DAlignFeatures.cpp71 quarter_res = _quarter_res;
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
181 reg.UpdateReference(m_rows,quarter_res,false);
H A DMosaic.cpp60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
105 aligner->initialize(width, height,quarter_res,thresh_still);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
87 bool quarter_res; // Whether to process at quarter resolution member in class:Align
H A DMosaic.h94 * \param quarter_res Whether to compute alignment at quarter the input resolution (default = false)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DAlignFeatures.cpp71 quarter_res = _quarter_res;
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
181 reg.UpdateReference(m_rows,quarter_res,false);
H A DMosaic.cpp56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
100 aligner->initialize(width, height,quarter_res,thresh_still);
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true;
112 nmax, quarter_res[mID], thresh_still[mID]);
/packages/apps/Camera2/jni/
H A Dfeature_mos_jni.cpp67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true;
112 nmax, quarter_res[mID], thresh_still[mID]);
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true;
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 290 milliseconds