Home
last modified time | relevance | path

Searched refs:ExifSShort (Results 1 – 5 of 5) sorted by relevance

/external/libexif/libexif/
Dexif-utils.h51 typedef int16_t ExifSShort; /* 2 bytes */ typedef
82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
132 ExifSShort value);
Dexif-utils.c32 ExifSShort ss; in exif_array_set_byte_order()
86 ExifSShort
108 exif_set_sshort (unsigned char *b, ExifByteOrder order, ExifSShort value) in exif_set_sshort()
Dexif-entry.c448 ExifSShort v_sshort; in exif_entry_format_value()
/external/libexif/libexif/canon/
Dmnote-canon-entry.c639 snprintf (val, maxlen, "%.3f", pow (2, (ExifSShort)vs / 32.0)); in mnote_canon_entry_get_value()
642 snprintf (val, maxlen, "%.0f", apex_value_to_iso_speed ((ExifSShort)vs / 32.0)); in mnote_canon_entry_get_value()
648 snprintf (val, maxlen, _("%.2f EV"), (ExifSShort)vs / 32.0); in mnote_canon_entry_get_value()
656 d = apex_value_to_shutter_speed ((ExifSShort)vs / 32.0); in mnote_canon_entry_get_value()
673 if ((ExifSShort)vs <= 0) { in mnote_canon_entry_get_value()
/external/libexif/libexif/olympus/
Dmnote-olympus-entry.c278 ExifSShort vss = 0; in mnote_olympus_entry_get_value()