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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java114 public final int imageLength; field in class:ExifInterfaceTest.ExpectedValue
157 imageLength = typedArray.getInt(23, 0);
308 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength);
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
H A DExifInterfaceTest.java250 public final int imageLength; field in class:ExifInterfaceTest.ExpectedValue
293 imageLength = typedArray.getInt(23, 0);
764 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength);
/frameworks/base/media/java/android/media/
H A DExifInterface.java1937 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder);
1940 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888);
2508 int imageLength = in.readShort();
2511 ExifAttribute.createUShort(imageLength, mExifByteOrder);
2517 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth);
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java4413 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder);
4416 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888);
5002 int imageLength = in.readShort();
5005 ExifAttribute.createUShort(imageLength, mExifByteOrder);
5011 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth);

Completed in 296 milliseconds