Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java114 public final int imageLength; field in ExifInterfaceTest.ExpectedValue
157 imageLength = typedArray.getInt(23, 0); in ExpectedValue()
308 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java134 public final int imageLength; field in ExifInterfaceTest.ExpectedValue
177 imageLength = typedArray.getInt(23, 0); in ExpectedValue()
410 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
/frameworks/base/media/java/android/media/
DExifInterface.java1927 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() local
1930 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888); in getThumbnailBitmap()
2425 int imageLength = in.readShort(); in getRafAttributes() local
2428 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()
2434 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth); in getRafAttributes()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java1820 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() local
1823 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888); in getThumbnailBitmap()
2363 int imageLength = in.readShort(); in getRafAttributes() local
2366 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()
2372 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth); in getRafAttributes()