Searched refs:exif_content_remove_entry (Results 1 – 9 of 9) sorted by relevance
/third_party/libexif/test/ |
D | test-value.c | 148 exif_content_remove_entry (data->ifd[EXIF_IFD_0], e); in main() 163 exif_content_remove_entry (data->ifd[EXIF_IFD_0], e); in main() 182 exif_content_remove_entry (data->ifd[EXIF_IFD_0], e); in main() 211 exif_content_remove_entry (data->ifd[EXIF_IFD_0], e); in main() 232 exif_content_remove_entry (data->ifd[EXIF_IFD_0], e); in main() 254 exif_content_remove_entry (data->ifd[EXIF_IFD_0], e); in main() 277 exif_content_remove_entry (data->ifd[EXIF_IFD_INTEROPERABILITY], e); in main() 302 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main() 324 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main() 348 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main() [all …]
|
D | test-null.c | 200 exif_content_remove_entry(NULL, NULL); in content_null_test() 212 exif_content_remove_entry(c, NULL); in content_null_test()
|
D | test-gps.c | 136 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main()
|
/third_party/libexif/libexif/ |
D | exif-content.h | 109 void exif_content_remove_entry (ExifContent *c, ExifEntry *e);
|
D | exif-content.c | 163 exif_content_remove_entry (ExifContent *c, ExifEntry *e) in exif_content_remove_entry() function 278 exif_content_remove_entry (c, e); in remove_not_recorded()
|
D | libexif.sym | 14 exif_content_remove_entry
|
D | exif-data.c | 1326 exif_content_remove_entry (c, c->entries[c->count - 1]); in fix_func()
|
/third_party/libexif/contrib/c++/ |
D | exif.hxx | 430 exif_content_remove_entry(content_, entry.entry_); in remove()
|
/third_party/libexif/ |
D | ChangeLog | 615 * libexif/exif-content.c: (exif_content_remove_entry) Recover 636 * libexif/exif-content.c: (exif_content_remove_entry) Check the 844 exif_content_add_entry() & exif_content_remove_entry(); also safe
|