HomeSort by relevance Sort by last modified time
    Searched refs:exif_get_slong (Results 1 - 4 of 4) sorted by null

  /external/libexif/libexif/
exif-utils.c 67 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;
exif-utils.h 98 ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order);
exif-entry.c 181 return (ExifShort) exif_get_slong (buf, order);
515 v_slong = exif_get_slong (e->data, o);
519 v_slong = exif_get_slong (e->data +
    [all...]
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 281 vsl = exif_get_slong (entry->data, entry->order);

Completed in 85 milliseconds