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

  /external/libexif/libexif/
exif-data.h 250 (exif_content_get_entry(d->ifd[EXIF_IFD_0],t) ? \
251 exif_content_get_entry(d->ifd[EXIF_IFD_0],t) : \
252 exif_content_get_entry(d->ifd[EXIF_IFD_1],t) ? \
253 exif_content_get_entry(d->ifd[EXIF_IFD_1],t) : \
254 exif_content_get_entry(d->ifd[EXIF_IFD_EXIF],t) ? \
255 exif_content_get_entry(d->ifd[EXIF_IFD_EXIF],t) : \
256 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) ? \
257 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) : \
258 exif_content_get_entry(d->ifd[EXIF_IFD_INTEROPERABILITY],t) ? \
259 exif_content_get_entry(d->ifd[EXIF_IFD_INTEROPERABILITY],t) : NULL
    [all...]
exif-content.h 83 ExifEntry *exif_content_get_entry (ExifContent *content, ExifTag tag);
123 (exif_content_get_entry (c,t) ? \
124 exif_entry_get_value (exif_content_get_entry (c,t),v,m) : NULL)
exif-content.c 139 if (exif_content_get_entry (c, entry->tag)) {
196 exif_content_get_entry (ExifContent *content, ExifTag tag) function
315 if (exif_content_get_entry (c, t))
exif-entry.c 1044 entry = exif_content_get_entry (
1048 entry = exif_content_get_entry (
    [all...]
  /external/libexif/contrib/examples/
photographer.c 28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag);
103 entry = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MAKE);
write-exif.c 133 if (!((entry = exif_content_get_entry (exif->ifd[ifd], tag)))) {
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp     [all...]

Completed in 912 milliseconds