Searched defs:thresh_still (Results 1 - 6 of 6) 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);
88 float thresh_still; // Translation threshold in pixels to detect still camera member in class:Align
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);
88 float thresh_still; // Translation threshold in pixels to detect still camera member in class:Align
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.cpp68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 140 milliseconds