Searched refs:imageLength (Results 1 – 3 of 3) sorted by relevance
114 public final int imageLength; field in ExifInterfaceTest.ExpectedValue157 imageLength = typedArray.getInt(23, 0); in ExpectedValue()308 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
2021 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() local2024 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888); in getThumbnailBitmap()2692 int imageLength = in.readShort(); in getRafAttributes() local2695 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()2701 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth); in getRafAttributes()
58 const uint32_t imageLength = 2; in bboxTransformFloat32() local77 const float* imageInfoBase = imageInfoData + batchIndex * imageLength; in bboxTransformFloat32()