Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java1474 private int mExifOffset; field in ExifInterface
2890 mExifOffset = (int) offset; in getJpegAttributes()
3199 mExifOffset = offset; in getHeifAttributes()
3235 mExifOffset = IDENTIFIER_EXIF_APP1.length; in getStandaloneAttributes()
3418 mExifOffset = bytesRead; in getPngAttributes()
3480 mExifOffset = bytesRead; in getWebpAttributes()
3484 mExifOffset = bytesRead; in getWebpAttributes()
3639 if (mExifOffset == 0) { in savePngAttributes()
3647 int copyLength = mExifOffset - PNG_SIGNATURE.length in savePngAttributes()
3734 if (mExifOffset != 0) { in saveWebpAttributes()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28758 Landroid/media/ExifInterface;->mExifOffset:I