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

  /external/libexif/libexif/
exif-format.h 52 const char *exif_format_get_name (ExifFormat format);
exif-format.c 53 exif_format_get_name (ExifFormat format) function
exif-entry.c 239 exif_format_get_name (e->format),
240 exif_format_get_name (EXIF_FORMAT_SHORT));
276 exif_format_get_name (e->format),
277 exif_format_get_name (EXIF_FORMAT_SHORT));
308 exif_format_get_name (EXIF_FORMAT_SRATIONAL),
309 exif_format_get_name (EXIF_FORMAT_RATIONAL));
341 exif_format_get_name (EXIF_FORMAT_RATIONAL),
342 exif_format_get_name (EXIF_FORMAT_SRATIONAL));
356 exif_format_get_name (e->format));
608 exif_format_get_name (e->format))
    [all...]
  /external/libexif/test/
test-parse.c 42 exif_format_get_name(entry->format),
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 37 exif_format_get_name (format), \
38 exif_format_get_name (target)); \
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 39 exif_format_get_name (format), \
40 exif_format_get_name (target)); \
51 exif_format_get_name (format), \
52 exif_format_get_name (target1), \
53 exif_format_get_name (target2)); \
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 41 exif_format_get_name (format), \
42 exif_format_get_name (target)); \
  /external/libexif/libexif/canon/
mnote-canon-entry.c 42 exif_format_get_name (format), \
43 exif_format_get_name (target)); \

Completed in 38 milliseconds