Home
last modified time | relevance | path

Searched refs:imageLength (Results 1 – 3 of 3) 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/base/media/java/android/media/
DExifInterface.java2021 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() local
2024 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888); in getThumbnailBitmap()
2692 int imageLength = in.readShort(); in getRafAttributes() local
2695 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()
2701 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth); in getRafAttributes()
/frameworks/ml/nn/common/operations/
DGenerateProposals.cpp58 const uint32_t imageLength = 2; in bboxTransformFloat32() local
77 const float* imageInfoBase = imageInfoData + batchIndex * imageLength; in bboxTransformFloat32()