Home
last modified time | relevance | path

Searched refs:allow_rotation (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; in db_RobImageHomography() local
798 allow_rotation=1; in db_RobImageHomography()
805 allow_rotation=1; in db_RobImageHomography()
812 allow_rotation=0; in db_RobImageHomography()
819 allow_rotation=1; in db_RobImageHomography()
826 allow_rotation=1; in db_RobImageHomography()
833 allow_rotation=0; in db_RobImageHomography()
840 allow_rotation=0; in db_RobImageHomography()
847 allow_rotation=1; in db_RobImageHomography()
854 allow_rotation=0; in db_RobImageHomography()
[all …]
Ddb_image_homography.h157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
170 int allow_scaling=1,int allow_rotation=1,int allow_translation=1)
175 allow_scaling,allow_rotation,allow_translation);
Ddb_framestitching.cpp82 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity3DRaw() argument
133 if(allow_rotation) in db_StitchSimilarity3DRaw()
Ddb_image_homography.cpp238 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity2DRaw() argument
282 if(allow_rotation) in db_StitchSimilarity2DRaw()
Ddb_framestitching.h89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; in db_RobImageHomography() local
798 allow_rotation=1; in db_RobImageHomography()
805 allow_rotation=1; in db_RobImageHomography()
812 allow_rotation=0; in db_RobImageHomography()
819 allow_rotation=1; in db_RobImageHomography()
826 allow_rotation=1; in db_RobImageHomography()
833 allow_rotation=0; in db_RobImageHomography()
840 allow_rotation=0; in db_RobImageHomography()
847 allow_rotation=1; in db_RobImageHomography()
854 allow_rotation=0; in db_RobImageHomography()
[all …]
Ddb_image_homography.h157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
170 int allow_scaling=1,int allow_rotation=1,int allow_translation=1)
175 allow_scaling,allow_rotation,allow_translation);
Ddb_framestitching.cpp82 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity3DRaw() argument
133 if(allow_rotation) in db_StitchSimilarity3DRaw()
Ddb_image_homography.cpp238 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity2DRaw() argument
282 if(allow_rotation) in db_StitchSimilarity2DRaw()
Ddb_framestitching.h89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java103 c.getResources().getBoolean(R.bool.allow_rotation); in isRotationEnabled()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java201 return getResources().getBoolean(R.bool.allow_rotation); in enableRotation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3886 getResources().getBoolean(R.bool.allow_rotation); in isRotationEnabled()