Searched defs:quarter_res (Results 1 - 3 of 3) 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.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]);

Completed in 129 milliseconds