Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3970 ExifAttribute secondImageLengthAttribute = in swapBasedOnImageSize() local
3979 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
3986 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java6397 ExifAttribute secondImageLengthAttribute =
6406 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) {
6413 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder);