Home
last modified time | relevance | path

Searched refs:offsetSize (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifParser.java296 int offsetSize = 4; in next() local
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() - in next()
302 if (offsetSize < 4) { in next()
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize); in next()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifParser.java296 int offsetSize = 4; in next() local
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() - in next()
302 if (offsetSize < 4) { in next()
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize); in next()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifParser.java296 int offsetSize = 4; in next() local
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() - in next()
302 if (offsetSize < 4) { in next()
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize); in next()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifParser.java297 int offsetSize = 4; in next() local
300 offsetSize = mCorrespondingEvent.firstEntry().getKey() - in next()
303 if (offsetSize < 4) { in next()
304 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize); in next()