Home | History | Annotate | Download | only in camera

Lines Matching refs:exifWidth

955                 Integer exifWidth = exif.getTagIntValue(ExifInterface.TAG_PIXEL_X_DIMENSION);
958 if (mShouldResizeTo16x9 && exifWidth != null && exifHeight != null) {
959 width = exifWidth;