Home
last modified time | relevance | path

Searched refs:exif_content_foreach_entry (Results 1 – 5 of 5) sorted by relevance

/external/libexif/libexif/
Dexif-content.c210 exif_content_foreach_entry (ExifContent *content, in exif_content_foreach_entry() function
293 exif_content_foreach_entry (c, fix_func, NULL); in exif_content_fix()
304 exif_content_foreach_entry (c, remove_not_recorded, NULL); in exif_content_fix()
Dexif-content.h103 void exif_content_foreach_entry (ExifContent *content,
Dlibexif.sym6 exif_content_foreach_entry
Dexif-data.c1133 exif_content_foreach_entry (content, entry_set_byte_order, data); in content_set_byte_order()
/external/libexif/test/
Dtest-parse.c54 exif_content_foreach_entry(content, content_foreach_func, callback_data); in data_foreach_func()