Searched refs:IFD_FORMAT_SLONG (Results 1 – 2 of 2) sorted by relevance
491 private static final int IFD_FORMAT_SLONG = 9; field in ExifInterface618 new byte[IFD_FORMAT_BYTES_PER_FORMAT[IFD_FORMAT_SLONG] * values.length]); in createSLong()623 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array()); in createSLong()769 case IFD_FORMAT_SLONG: { in getValue()1575 case IFD_FORMAT_SLONG: { in setAttribute()2858 case IFD_FORMAT_SLONG: in readImageFileDirectory()3470 return new Pair<>(IFD_FORMAT_SLONG, -1); in guessDataFormat()
456 private static final int IFD_FORMAT_SLONG = 9; field in ExifInterface583 new byte[IFD_FORMAT_BYTES_PER_FORMAT[IFD_FORMAT_SLONG] * values.length]); in createSLong()588 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array()); in createSLong()734 case IFD_FORMAT_SLONG: { in getValue()1507 case IFD_FORMAT_SLONG: { in setAttribute()2800 case IFD_FORMAT_SLONG: in readImageFileDirectory()3432 return new Pair<>(IFD_FORMAT_SLONG, -1); in guessDataFormat()