Home | History | Annotate | Download | only in exif

Lines Matching defs:buildTag

1495      * @see #buildTag
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) {
1522 public ExifTag buildTag(int tagId, Object val) {
1524 return buildTag(tagId, ifdId, val);
1576 * be the one the tag was created with in {@link #buildTag}.
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
1987 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
1989 ExifTag latRefTag = buildTag(TAG_GPS_LATITUDE_REF,
1992 ExifTag longRefTag = buildTag(TAG_GPS_LONGITUDE_REF,
2012 ExifTag t = buildTag(TAG_GPS_DATE_STAMP, mGPSDateStampFormat.format(timestamp));
2018 t = buildTag(TAG_GPS_TIME_STAMP, new Rational[] {