Home
last modified time | relevance | path

Searched refs:EXIF_IFD_INTEROPERABILITY (Results 1 – 7 of 7) sorted by relevance

/external/libexif/test/
Dtest-tagtable.c83 EXIF_IFD_INTEROPERABILITY, EXIF_DATA_TYPE_COMPRESSED) == in support_level()
136 EXIF_IFD_INTEROPERABILITY, EXIF_DATA_TYPE_COMPRESSED) == in support_level()
140 EXIF_IFD_INTEROPERABILITY, EXIF_DATA_TYPE_UNKNOWN) == in support_level()
193 EXIF_TAG_INTEROPERABILITY_INDEX, EXIF_IFD_INTEROPERABILITY), in name()
/external/libexif/libexif/
Dexif-data.h258 exif_content_get_entry(d->ifd[EXIF_IFD_INTEROPERABILITY],t) ? \
259 exif_content_get_entry(d->ifd[EXIF_IFD_INTEROPERABILITY],t) : NULL)
Dexif-ifd.h30 EXIF_IFD_INTEROPERABILITY, /*!< */ enumerator
Dexif-ifd.c35 {EXIF_IFD_INTEROPERABILITY, "Interoperability"},
Dexif-data.c428 CHECK_REC (EXIF_IFD_INTEROPERABILITY); in exif_data_load_data_content()
429 exif_data_load_data_content (data, EXIF_IFD_INTEROPERABILITY, d, ds, o, recursion_depth + 1); in exif_data_load_data_content()
538 data->ifd[EXIF_IFD_INTEROPERABILITY]->count) in exif_data_save_data_content()
551 if (data->ifd[EXIF_IFD_INTEROPERABILITY]->count) in exif_data_save_data_content()
602 data->ifd[EXIF_IFD_INTEROPERABILITY]->count) { in exif_data_save_data_content()
638 if (data->ifd[EXIF_IFD_INTEROPERABILITY]->count) { in exif_data_save_data_content()
648 data->ifd[EXIF_IFD_INTEROPERABILITY], d, ds, in exif_data_save_data_content()
Dexif-content.c243 ((c)->parent->ifd[EXIF_IFD_INTEROPERABILITY] == (c)) ? EXIF_IFD_INTEROPERABILITY : in exif_content_get_ifd()
Dexif-tag.c1047 EXIF_IFD_INTEROPERABILITY, in exif_tag_get_stuff()