Searched refs:ExifSShort (Results 1 – 5 of 5) sorted by relevance
/external/libexif/libexif/ |
D | exif-utils.h | 51 typedef int16_t ExifSShort; /* 2 bytes */ typedef 82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order); 132 ExifSShort value);
|
D | exif-utils.c | 32 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()
|
D | exif-entry.c | 448 ExifSShort v_sshort; in exif_entry_format_value()
|
/external/libexif/libexif/canon/ |
D | mnote-canon-entry.c | 639 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/ |
D | mnote-olympus-entry.c | 278 ExifSShort vss = 0; in mnote_olympus_entry_get_value()
|