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

/external/libexif/libexif/
H A Dexif-utils.h82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
H A Dexif-utils.c49 ss = exif_get_sshort (b + j * fs, o_orig);
87 exif_get_sshort (const unsigned char *buf, ExifByteOrder order) function
104 return (exif_get_sshort (buf, order) & 0xffff);
H A Dexif-entry.c185 return (ExifShort) exif_get_sshort (buf, order);
489 v_sshort = exif_get_sshort (e->data, o);
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c641 vss = exif_get_sshort (entry->data+2*i, entry->order);

Completed in 93 milliseconds