Searched refs:exif_get_sshort (Results 1 – 4 of 4) 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
187 return (ExifShort) exif_get_sshort (buf, order); in exif_get_short_convert()491 v_sshort = exif_get_sshort (e->data, o); in exif_entry_format_value()