Searched refs:mExifOffset (Results 1 – 2 of 2) sorted by relevance
1474 private int mExifOffset; field in ExifInterface2890 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 …]
28758 Landroid/media/ExifInterface;->mExifOffset:I