Searched refs:exif_get_sshort (Results 1 – 5 of 5) sorted by relevance
49 ss = exif_get_sshort (b + j * fs, o_orig); in exif_array_set_byte_order()87 exif_get_sshort (const unsigned char *buf, ExifByteOrder order) in exif_get_sshort() function104 return (exif_get_sshort (buf, order) & 0xffff); in exif_get_short()
82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
55 exif_get_sshort
185 return (ExifShort) exif_get_sshort (buf, order); in exif_get_short_convert()489 v_sshort = exif_get_sshort (e->data, o); in exif_entry_format_value()
641 vss = exif_get_sshort (entry->data+2*i, entry->order); in mnote_olympus_entry_get_value()