Home | History | Annotate | Download | only in bitmap

Lines Matching defs:formatCode

217         int tagOffset, tagType, formatCode, componentCount;
228 formatCode = segmentData.getInt16(tagOffset + 2);
231 if (formatCode < 1 || formatCode > 12) {
233 Log.d(TAG, "Got invalid format code = " + formatCode);
248 Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode
252 final int byteCount = componentCount + BYTES_PER_FORMAT[formatCode];
256 Log.d(TAG, "Got byte count > 4, not orientation, continuing, formatCode=" + formatCode);