Searched refs:mExifOffset (Results 1 – 2 of 2) sorted by relevance
1473 private int mExifOffset; field in ExifInterface2899 mExifOffset = (int) offset; in getJpegAttributes()3210 mExifOffset = offset; in getHeifAttributes()3246 mExifOffset = IDENTIFIER_EXIF_APP1.length; in getStandaloneAttributes()3429 mExifOffset = bytesRead; in getPngAttributes()3491 mExifOffset = bytesRead; in getWebpAttributes()3495 mExifOffset = bytesRead; in getWebpAttributes()3650 if (mExifOffset == 0) { in savePngAttributes()3658 int copyLength = mExifOffset - PNG_SIGNATURE.length in savePngAttributes()3745 if (mExifOffset != 0) { in saveWebpAttributes()[all …]
25880 Landroid/media/ExifInterface;->mExifOffset:I