Lines Matching defs:data
25 #include <libexif/exif-data.h>
78 /* unknown tags should get EXIF_FORMAT_UNDEFINED, no size and no data */
79 if(e->format != EXIF_FORMAT_UNDEFINED || e->size || e->components || e->data) {
106 if(e->data && e->size != e->components * exif_format_get_size(e->format)) {
117 ExifData *data = NULL;
120 data = exif_data_new ();
121 if (!data) {
133 exif_content_add_entry(data->ifd[EXIF_IFD_GPS], e);
136 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e);
139 exif_data_unref(data);
143 exif_data_unref (data);