Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java5184 ExifAttribute firstImageLengthAttribute = in swapBasedOnImageSize() local
5193 if (firstImageLengthAttribute == null || firstImageWidthAttribute == null) { in swapBasedOnImageSize()
5202 int firstImageLengthValue = firstImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()