HomeSort by relevance Sort by last modified time
    Searched refs:exifOrientation (Results 1 - 10 of 10) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 223 * @param exifOrientation The exif orientation [1-8]
226 public static int getExifOrientationDegrees(int exifOrientation) {
228 switch (exifOrientation) {
253 * @param exifOrientation the exif orientation [1-8].
256 public static Bitmap rotateImageExif(Bitmap toOrient, BitmapPool pool, int exifOrientation) {
257 if (exifOrientation == ExifInterface.ORIENTATION_NORMAL
258 || exifOrientation == ExifInterface.ORIENTATION_UNDEFINED) {
262 initializeMatrixForRotation(exifOrientation, matrix);
286 static void initializeMatrixForRotation(int exifOrientation, Matrix matrix) {
287 switch (exifOrientation) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CopyAndResizeImageWorker.java 81 private static int exifToDegrees(int exifOrientation) {
82 switch (exifOrientation) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 216 int exifOrientation =
219 return exifOrientationToDegree(exifOrientation);
222 private static int exifOrientationToDegree(int exifOrientation) {
223 switch (exifOrientation) {
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskCompressImageToJpeg.java 149 Integer exifOrientation = null;
157 exifOrientation = minimalExifTags.get(ExifInterface.TAG_ORIENTATION);
165 if (exifOrientation == null) {
171 .from(exifOrientation);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java     [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
SubsamplingScaleImageView.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 518 milliseconds