Searched refs:EXIF_IFD_GPS (Results 1 – 7 of 7) sorted by relevance
/external/libexif/test/ |
D | test-tagtable.c | 79 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()
|
/external/libexif/libexif/ |
D | exif-data.h | 256 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) ? \ 257 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) : \
|
D | exif-ifd.h | 29 EXIF_IFD_GPS, /*!< */ enumerator
|
D | exif-ifd.c | 34 {EXIF_IFD_GPS, "GPS"},
|
D | exif-content.c | 242 ((c)->parent->ifd[EXIF_IFD_GPS] == (c)) ? EXIF_IFD_GPS : in exif_content_get_ifd()
|
D | exif-data.c | 424 CHECK_REC (EXIF_IFD_GPS); in exif_data_load_data_content() 425 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, recursion_depth + 1); in exif_data_load_data_content() 542 if (data->ifd[EXIF_IFD_GPS]->count) in exif_data_save_data_content() 617 if (data->ifd[EXIF_IFD_GPS]->count) { in exif_data_save_data_content() 627 data->ifd[EXIF_IFD_GPS], d, ds, *ds - 6); in exif_data_save_data_content()
|
D | exif-tag.c | 1048 EXIF_IFD_GPS in exif_tag_get_stuff()
|