HomeSort by relevance Sort by last modified time
    Searched defs:quarter_res (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.h 61 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
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.h 61 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
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true;
112 nmax, quarter_res[mID], thresh_still[mID]);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true;
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 147 milliseconds