Searched refs:exifHeight (Results 1 – 1 of 1) sorted by relevance
956 Integer exifHeight = exif.getTagIntValue(ExifInterface.TAG_PIXEL_Y_DIMENSION); in saveFinalPhoto() local958 if (mShouldResizeTo16x9 && exifWidth != null && exifHeight != null) { in saveFinalPhoto()960 height = exifHeight; in saveFinalPhoto()