HomeSort by relevance Sort by last modified time
    Searched refs:formatCode (Results 1 - 2 of 2) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 191 int tagOffset, tagType, formatCode, componentCount;
201 formatCode = segmentData.getInt16(tagOffset + 2);
203 if (formatCode < 1 || formatCode > 12) { //12 is max format code
205 Log.d(TAG, "Got invalid format code = " + formatCode);
220 Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode
224 final int byteCount = componentCount + BYTES_PER_FORMAT[formatCode];
228 Log.d(TAG, "Got byte count > 4, not orientation, continuing, formatCode=" + formatCode);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 603 milliseconds