Searched refs:ExifEntry (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-entry.h35 typedef struct _ExifEntry ExifEntry; typedef in typeref:struct:_ExifEntry
73 /*! Reserve memory for and initialize a new #ExifEntry.
74 * No memory is allocated for the \c data element of the returned #ExifEntry.
76 * \return new allocated #ExifEntry, or NULL on error
80 ExifEntry *exif_entry_new (void);
82 /*! Reserve memory for and initialize new #ExifEntry using the specified
84 * No memory is allocated for the \c data element of the returned #ExifEntry.
86 * \return new allocated #ExifEntry, or NULL on error
90 ExifEntry *exif_entry_new_mem (ExifMem *);
92 /*! Increase reference counter for #ExifEntry
[all...]
H A Dexif-content.h42 ExifEntry **entries;
64 void exif_content_add_entry (ExifContent *c, ExifEntry *entry);
72 void exif_content_remove_entry (ExifContent *c, ExifEntry *e);
74 /*! Return the #ExifEntry in this IFD corresponding to the given tag.
80 * \return #ExifEntry of the tag, or NULL on error
82 ExifEntry *exif_content_get_entry (ExifContent *content, ExifTag tag);
93 typedef void (* ExifContentForeachEntryFunc) (ExifEntry *, void *user_data);
H A Dexif-content.c133 exif_content_add_entry (ExifContent *c, ExifEntry *entry)
135 ExifEntry **entries;
148 c->entries, sizeof (ExifEntry*) * (c->count + 1));
157 exif_content_remove_entry (ExifContent *c, ExifEntry *e)
160 ExifEntry **t, *temp;
176 sizeof(ExifEntry*) * (c->count - 1));
183 memmove (&t[i], &t[i + 1], sizeof (ExifEntry*) * (c->count - i - 1));
195 ExifEntry *
248 fix_func (ExifEntry *e, void *UNUSED(data))
260 remove_not_recorded (ExifEntry *
[all...]
H A Dexif-entry.c51 exif_entry_log (ExifEntry *e, ExifLogCode code, const char *format, ...)
59 exif_logv (l, code, "ExifEntry", format, args);
73 exif_entry_alloc (ExifEntry *e, unsigned int i)
85 EXIF_LOG_NO_MEMORY (l, "ExifEntry", i);
90 exif_entry_realloc (ExifEntry *e, void *d_orig, unsigned int i)
104 EXIF_LOG_NO_MEMORY (l, "ExifEntry", i);
108 ExifEntry *
112 ExifEntry *e = exif_entry_new_mem (mem);
119 ExifEntry *
122 ExifEntry *
[all...]
H A Dexif-data.c164 exif_data_load_data_entry (ExifData *data, ExifEntry *entry,
233 exif_data_save_data_entry (ExifData *data, ExifEntry *e,
367 ExifEntry *entry;
734 ExifEntry *e, *em;
1138 entry_set_byte_order (ExifEntry *e, void *data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/
H A Dtest-value.c31 ExifEntry *e;
H A Dtest-parse.c31 /** Callback function handling an ExifEntry. */
32 void content_foreach_func(ExifEntry *entry, void *callback_data);
33 void content_foreach_func(ExifEntry *entry, void *UNUSED(callback_data))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/contrib/examples/
H A Dphotographer.c28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag);
71 ExifEntry *entry;
H A Dcam_features.c98 ExifEntry *pE;
H A Dwrite-exif.c120 static ExifEntry *init_tag(ExifData *exif, ExifIfd ifd, ExifTag tag)
122 ExifEntry *entry;
138 ExifEntry *entry;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dmetadata.c412 ExifEntry *e = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.c497 ExifEntry *e = NULL;

Completed in 92 milliseconds