Home
last modified time | relevance | path

Searched refs:exif_get_sshort (Results 1 – 4 of 4) sorted by relevance

/external/libexif/libexif/
Dexif-utils.c49 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() function
104 return (exif_get_sshort (buf, order) & 0xffff); in exif_get_short()
Dexif-utils.h82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
Dlibexif.sym55 exif_get_sshort
Dexif-entry.c187 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()