HomeSort by relevance Sort by last modified time
    Searched refs:ExifSShort (Results 1 - 5 of 5) sorted by null

  /external/libexif/libexif/
exif-utils.h 51 typedef int16_t ExifSShort; /* 2 bytes */
76 /*! Retrieve an #ExifSShort value from memory.
82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
125 /*! Store an ExifSShort value into memory in EXIF format.
132 ExifSShort value);
exif-utils.c 32 ExifSShort ss;
86 ExifSShort
108 exif_set_sshort (unsigned char *b, ExifByteOrder order, ExifSShort value)
exif-entry.c 448 ExifSShort v_sshort;
    [all...]
  /external/libexif/libexif/canon/
mnote-canon-entry.c 639 snprintf (val, maxlen, "%.3f", pow (2, (ExifSShort)vs / 32.0));
642 snprintf (val, maxlen, "%.0f", apex_value_to_iso_speed ((ExifSShort)vs / 32.0));
648 snprintf (val, maxlen, _("%.2f EV"), (ExifSShort)vs / 32.0);
656 d = apex_value_to_shutter_speed ((ExifSShort)vs / 32.0);
673 if ((ExifSShort)vs <= 0) {
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 278 ExifSShort vss = 0;

Completed in 268 milliseconds