Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java874 int exifHeight = exif.getAttributeInt(ExifInterface.TAG_IMAGE_LENGTH, 0); in assertBitmapAndJpegSizeEqual() local
875 assertTrue(exifWidth != 0 && exifHeight != 0); in assertBitmapAndJpegSizeEqual()
880 assertEquals(bmpOptions.outHeight, exifHeight); in assertBitmapAndJpegSizeEqual()