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

  /external/libexif/libexif/
exif-content.h 103 void exif_content_foreach_entry (ExifContent *content,
exif-content.c 210 exif_content_foreach_entry (ExifContent *content, function
293 exif_content_foreach_entry (c, fix_func, NULL);
297 * is removed, exif_content_foreach_entry() will skip the next entry,
300 * exif_content_foreach_entry but loop intelligently here.
304 exif_content_foreach_entry (c, remove_not_recorded, NULL);
exif-data.c 1129 exif_content_foreach_entry (content, entry_set_byte_order, data);
    [all...]
  /external/libexif/test/
test-parse.c 54 exif_content_foreach_entry(content, content_foreach_func, callback_data);
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 799 exif_content_foreach_entry(content, foreachentry, user);
    [all...]

Completed in 1569 milliseconds