Home
last modified time | relevance | path

Searched refs:exif_content_get_entry (Results 1 - 9 of 9) sorted by relevance

/third_party/libexif/libexif/
H A Dexif-data.h260 (exif_content_get_entry(d->ifd[EXIF_IFD_0],t) ? \
261 exif_content_get_entry(d->ifd[EXIF_IFD_0],t) : \
262 exif_content_get_entry(d->ifd[EXIF_IFD_1],t) ? \
263 exif_content_get_entry(d->ifd[EXIF_IFD_1],t) : \
264 exif_content_get_entry(d->ifd[EXIF_IFD_EXIF],t) ? \
265 exif_content_get_entry(d->ifd[EXIF_IFD_EXIF],t) : \
266 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) ? \
267 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) : \
268 exif_content_get_entry(d->ifd[EXIF_IFD_INTEROPERABILITY],t) ? \
269 exif_content_get_entry(
[all...]
H A Dexif-content.h119 ExifEntry *exif_content_get_entry (ExifContent *content, ExifTag tag);
160 (exif_content_get_entry (c,t) ? \
161 exif_entry_get_value (exif_content_get_entry (c,t),v,m) : NULL)
H A Dexif-content.c145 if (exif_content_get_entry (c, entry->tag) && entry->tag != EXIF_TAG_MAKER_NOTE) { in exif_content_add_entry()
202 exif_content_get_entry (ExifContent *content, ExifTag tag) in exif_content_get_entry() function
341 if (exif_content_get_entry (c, t)) in exif_content_fix()
H A Dexif-entry.c1091 entry = exif_content_get_entry ( in exif_entry_get_value()
1095 entry = exif_content_get_entry ( in exif_entry_get_value()
/third_party/libexif/contrib/examples/
H A Dphotographer.c28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag); in show_tag()
103 entry = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MAKE); in main()
H A Dwrite-exif.c133 if (!((entry = exif_content_get_entry (exif->ifd[ifd], tag)))) { in init_tag()
/third_party/libexif/test/
H A Dtest-null.c187 exif_content_get_entry(NULL, EXIF_TAG_COMPRESSION); in content_null_test()
268 e = exif_content_get_entry (d->ifd[EXIF_IFD_0], EXIF_TAG_X_RESOLUTION); in entry_null_test()
/third_party/cups-filters/cupsfilters/
H A Dimage.c931 ExifEntry *entryX = exif_content_get_entry(ed->ifd[ifd], tagX); in _cupsImageReadEXIF()
933 ExifEntry *entryY = exif_content_get_entry(ed->ifd[ifd], tagY); in _cupsImageReadEXIF()
/third_party/libexif/contrib/c++/
H A Dexif.hxx396 ExifEntry *result = exif_content_get_entry(content_, tag); in operator []()

Completed in 6 milliseconds