Searched refs:orientationAttr (Results 1 – 1 of 1) sorted by relevance
1855 …int orientationAttr = exifInterface.getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.O… in getExifOrientation() local1856 …if (orientationAttr == ExifInterface.ORIENTATION_NORMAL || orientationAttr == ExifInterface.ORIENT… in getExifOrientation()1858 } else if (orientationAttr == ExifInterface.ORIENTATION_ROTATE_90) { in getExifOrientation()1860 } else if (orientationAttr == ExifInterface.ORIENTATION_ROTATE_180) { in getExifOrientation()1862 } else if (orientationAttr == ExifInterface.ORIENTATION_ROTATE_270) { in getExifOrientation()1865 Log.w(TAG, "Unsupported EXIF orientation: " + orientationAttr); in getExifOrientation()