/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/Camera2/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/Camera2/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]);
|