Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3966 ExifAttribute firstImageLengthAttribute = in swapBasedOnImageSize() local
3975 if (firstImageLengthAttribute == null || firstImageWidthAttribute == null) { in swapBasedOnImageSize()
3984 int firstImageLengthValue = firstImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java6393 ExifAttribute firstImageLengthAttribute =
6402 if (firstImageLengthAttribute == null || firstImageWidthAttribute == null) {
6411 int firstImageLengthValue = firstImageLengthAttribute.getIntValue(mExifByteOrder);