Searched refs:jpegInterchangeFormatString (Results 1 – 1 of 1) sorted by relevance
2096 String jpegInterchangeFormatString = getAttribute(JPEG_INTERCHANGE_FORMAT_TAG.name); in readExifSegment() local2099 if (jpegInterchangeFormatString != null && jpegInterchangeFormatLengthString != null) { in readExifSegment()2101 int jpegInterchangeFormat = Integer.parseInt(jpegInterchangeFormatString); in readExifSegment()