Searched refs:IFD_FORMAT_DOUBLE (Results 1 – 2 of 2) sorted by relevance
494 private static final int IFD_FORMAT_DOUBLE = 12; field in ExifInterface677 new byte[IFD_FORMAT_BYTES_PER_FORMAT[IFD_FORMAT_DOUBLE] * values.length]); in createDouble()682 return new ExifAttribute(IFD_FORMAT_DOUBLE, values.length, buffer.array()); in createDouble()792 case IFD_FORMAT_DOUBLE: { in getValue()1619 case IFD_FORMAT_DOUBLE: { in setAttribute()3478 return new Pair<>(IFD_FORMAT_DOUBLE, -1); in guessDataFormat()
459 private static final int IFD_FORMAT_DOUBLE = 12; field in ExifInterface642 new byte[IFD_FORMAT_BYTES_PER_FORMAT[IFD_FORMAT_DOUBLE] * values.length]); in createDouble()647 return new ExifAttribute(IFD_FORMAT_DOUBLE, values.length, buffer.array()); in createDouble()757 case IFD_FORMAT_DOUBLE: { in getValue()1551 case IFD_FORMAT_DOUBLE: { in setAttribute()3440 return new Pair<>(IFD_FORMAT_DOUBLE, -1); in guessDataFormat()