Searched refs:exif_format_get_name (Results 1 – 9 of 9) sorted by relevance
/external/libexif/libexif/ |
D | exif-entry.c | 239 exif_format_get_name (e->format), in exif_entry_fix() 240 exif_format_get_name (EXIF_FORMAT_SHORT)); in exif_entry_fix() 276 exif_format_get_name (e->format), in exif_entry_fix() 277 exif_format_get_name (EXIF_FORMAT_SHORT)); in exif_entry_fix() 308 exif_format_get_name (EXIF_FORMAT_SRATIONAL), in exif_entry_fix() 309 exif_format_get_name (EXIF_FORMAT_RATIONAL)); in exif_entry_fix() 341 exif_format_get_name (EXIF_FORMAT_RATIONAL), in exif_entry_fix() 342 exif_format_get_name (EXIF_FORMAT_SRATIONAL)); in exif_entry_fix() 356 exif_format_get_name (e->format)); in exif_entry_fix() 608 exif_format_get_name (e->format)); in exif_entry_dump() [all …]
|
D | exif-format.h | 52 const char *exif_format_get_name (ExifFormat format);
|
D | exif-format.c | 53 exif_format_get_name (ExifFormat format) in exif_format_get_name() function
|
D | libexif.sym | 48 exif_format_get_name
|
/external/libexif/libexif/fuji/ |
D | mnote-fuji-entry.c | 37 exif_format_get_name (format), \ 38 exif_format_get_name (target)); \
|
/external/libexif/libexif/olympus/ |
D | 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/test/ |
D | test-parse.c | 42 exif_format_get_name(entry->format), in content_foreach_func()
|
/external/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 41 exif_format_get_name (format), \ 42 exif_format_get_name (target)); \
|
/external/libexif/libexif/canon/ |
D | mnote-canon-entry.c | 42 exif_format_get_name (format), \ 43 exif_format_get_name (target)); \
|