Searched refs:formatCode (Results 1 – 1 of 1) sorted by relevance
217 int tagOffset, tagType, formatCode, componentCount; in parseExifSegment() local228 formatCode = segmentData.getInt16(tagOffset + 2); in parseExifSegment()231 if (formatCode < 1 || formatCode > 12) { in parseExifSegment()233 Log.d(TAG, "Got invalid format code = " + formatCode); in parseExifSegment()248 … Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode in parseExifSegment()252 final int byteCount = componentCount + BYTES_PER_FORMAT[formatCode]; in parseExifSegment()256 … Log.d(TAG, "Got byte count > 4, not orientation, continuing, formatCode=" + formatCode); in parseExifSegment()