Home
last modified time | relevance | path

Searched refs:firstImageWidthAttribute (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java4282 ExifAttribute firstImageWidthAttribute = in swapBasedOnImageSize() local
4289 if (firstImageLengthAttribute == null || firstImageWidthAttribute == null) { in swapBasedOnImageSize()
4299 int firstImageWidthValue = firstImageWidthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()