Home
last modified time | relevance | path

Searched refs:EXIF_IFD_GPS (Results 1 – 9 of 9) sorted by relevance

/third_party/libexif/test/
Dtest-tagtable.c79 EXIF_IFD_GPS, EXIF_DATA_TYPE_COMPRESSED) == in support_level()
92 EXIF_IFD_GPS, EXIF_DATA_TYPE_COMPRESSED) == in support_level()
96 EXIF_IFD_GPS, EXIF_DATA_TYPE_UNKNOWN) == in support_level()
152 EXIF_IFD_GPS, EXIF_DATA_TYPE_COMPRESSED) == in support_level()
156 EXIF_IFD_GPS, EXIF_DATA_TYPE_UNKNOWN) == in support_level()
181 EXIF_TAG_GPS_VERSION_ID, EXIF_IFD_GPS), in name()
197 EXIF_TAG_GPS_LATITUDE_REF, EXIF_IFD_GPS), in name()
Dtest-value.c286 exif_content_add_entry (data->ifd[EXIF_IFD_GPS], e); in main()
302 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main()
311 exif_content_add_entry (data->ifd[EXIF_IFD_GPS], e); in main()
324 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main()
333 exif_content_add_entry (data->ifd[EXIF_IFD_GPS], e); in main()
348 exif_content_remove_entry (data->ifd[EXIF_IFD_GPS], e); in main()
/third_party/libexif/libexif/
Dexif-data.h258 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) ? \
259 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) : \
Dexif-ifd.h33 EXIF_IFD_GPS, /*!< */ enumerator
Dexif-ifd.c34 {EXIF_IFD_GPS, "GPS"},
Dexif-content.c248 ((c)->parent->ifd[EXIF_IFD_GPS] == (c)) ? EXIF_IFD_GPS : in exif_content_get_ifd()
Dexif-data.c469 CHECK_REC (EXIF_IFD_GPS); in exif_data_load_data_content()
470 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, in exif_data_load_data_content()
594 if (data->ifd[EXIF_IFD_GPS]->count) in exif_data_save_data_content()
669 if (data->ifd[EXIF_IFD_GPS]->count) { in exif_data_save_data_content()
679 data->ifd[EXIF_IFD_GPS], d, ds, *ds - 6); in exif_data_save_data_content()
Dexif-tag.c1096 EXIF_IFD_GPS in exif_tag_get_stuff()
/third_party/libexif/contrib/c++/
Dexif_module.cxx368 .value("GPS", EXIF_IFD_GPS) in BOOST_PYTHON_MODULE()