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

  /development/perftests/panorama/feature_mos/src/mosaic/
AlignFeatures.h 61 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
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.h 61 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
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.h 61 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
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 364 milliseconds