Searched refs:IFD_FORMAT_SLONG (Results 1 – 1 of 1) sorted by relevance
396 private static final int IFD_FORMAT_SLONG = 9; field in ExifInterface481 new byte[IFD_FORMAT_BYTES_PER_FORMAT[IFD_FORMAT_SLONG] * values.length]); in createSLong()486 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array()); in createSLong()632 case IFD_FORMAT_SLONG: { in getValue()1351 case IFD_FORMAT_SLONG: { in setAttribute()2248 case IFD_FORMAT_SLONG: { in readImageFileDirectory()2544 return new Pair<>(IFD_FORMAT_SLONG, -1); in guessDataFormat()