Searched refs:imageLength (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 114 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/ |
D | ExifInterfaceTest.java | 134 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/ |
D | ExifInterface.java | 1927 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/ |
D | ExifInterface.java | 1820 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()
|