Searched refs:nextIfdType (Results 1 – 2 of 2) sorted by relevance
3055 Integer nextIfdType = sExifPointerTagMap.get(tagNumber); in readImageFileDirectory() local3057 Log.d(TAG, "nextIfdType: " + nextIfdType + " byteCount: " + byteCount); in readImageFileDirectory()3060 if (nextIfdType != null) { in readImageFileDirectory()3098 readImageFileDirectory(dataInputStream, nextIfdType); in readImageFileDirectory()3101 + "IfdType " + nextIfdType + " (at " + offset + ")"); in readImageFileDirectory()
5423 Integer nextIfdType = sExifPointerTagMap.get(tagNumber);5425 Log.d(TAG, "nextIfdType: " + nextIfdType + " byteCount: " + byteCount);5428 if (nextIfdType != null) {5459 readImageFileDirectory(dataInputStream, nextIfdType);