Searched refs:orientationVal (Results 1 – 1 of 1) sorted by relevance
200 int orientationVal = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1); in updateExif() local214 if (orientationVal >= orientationStrings.length) { in updateExif()215 orientationVal = 0; in updateExif()217 String orientation = orientationStrings[orientationVal]; in updateExif()