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

/external/libexif/libexif/
H A Dexif-utils.c67 sl = exif_get_slong (b + j * fs, o_orig);
130 exif_get_slong (const unsigned char *b, ExifByteOrder order) function
167 return (exif_get_slong (buf, order) & 0xffffffff);
181 r.numerator = buf ? exif_get_slong (buf, order) : 0;
182 r.denominator = buf ? exif_get_slong (buf + 4, order) : 0;
H A Dexif-utils.h98 ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order);
H A Dexif-entry.c181 return (ExifShort) exif_get_slong (buf, order);
515 v_slong = exif_get_slong (e->data, o);
519 v_slong = exif_get_slong (e->data +
/external/libexif/libexif/fuji/
H A Dmnote-fuji-entry.c281 vsl = exif_get_slong (entry->data, entry->order);

Completed in 144 milliseconds