Home
last modified time | relevance | path

Searched refs:GPS_IFD (Results 1 – 10 of 10) sorted by relevance

/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dexif.c42 #define GPS_IFD 3 /* dummy index */ macro
423 case GPS_IFD: in exif_read_ifd()
687 ifd = exif_find_ifd(app, GPS_IFD); in exif_waypt_from_exif_app()
1265 if (ifd->nr == GPS_IFD) { in exif_write_apps()
1480 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_ALT); in exif_write()
1481 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_ALTREF); in exif_write()
1509 exif_put_str(GPS_IFD, GPS_IFD_TAG_SAT, buf); in exif_write()
1511 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_SAT); in exif_write()
1519 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_MODE); in exif_write()
1525 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_DOP); in exif_write()
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dexif.cc72 #define GPS_IFD 3 /* dummy index */ macro
450 case GPS_IFD: in exif_read_ifd()
804 ExifIfd* ifd = exif_find_ifd(app, GPS_IFD); in exif_waypt_from_exif_app()
1375 if (ifd->nr == GPS_IFD) { in exif_write_apps()
1598 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_ALT); in exif_write()
1599 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_ALTREF); in exif_write()
1622 exif_put_str(GPS_IFD, GPS_IFD_TAG_SAT, buf); in exif_write()
1624 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_SAT); in exif_write()
1632 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_MODE); in exif_write()
1638 exif_remove_tag(GPS_IFD, GPS_IFD_TAG_DOP); in exif_write()
[all …]
/dports/graphics/py-piexif/piexif-1.1.3/tests/
H A Ds_test.py60 GPS_IFD = {GPSIFD.GPSVersionID: (0, 0, 0, 1), # byte variable
168 "GPS":GPS_IFD,
199 exif_dict = {"0th":ZEROTH_IFD, "Exif":EXIF_IFD, "GPS":GPS_IFD}
217 "GPS":GPS_IFD,
244 exif_dict = {"0th":ZEROTH_IFD, "Exif":EXIF_IFD, "GPS":GPS_IFD}
258 self.assertDictEqual(GPS_IFD, gps_ifd)
269 "GPS":GPS_IFD,
286 self.assertDictEqual(GPS_IFD, exif["GPS"])
523 exif_dict = {"0th":ZEROTH_IFD, "Exif":EXIF_IFD, "GPS":GPS_IFD}
539 exif_dict = {"0th":ZEROTH_IFD, "Exif":EXIF_IFD, "GPS":GPS_IFD}
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalexif.cpp981 GPS_IFD enumerator
992 (location == EXIFLocation::GPS_IFD) ? gpstags: exiftags; in EXIFFormatTagValue()
999 if( location == EXIFLocation::GPS_IFD && !STARTS_WITH_CI(*papszIter, "EXIF_GPS") ) in EXIFFormatTagValue()
1001 if( location != EXIFLocation::GPS_IFD && STARTS_WITH_CI(*papszIter, "EXIF_GPS") ) in EXIFFormatTagValue()
1356 EXIFLocation::GPS_IFD, in EXIFCreate()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalexif.cpp981 GPS_IFD
992 (location == EXIFLocation::GPS_IFD) ? gpstags: exiftags;
999 if( location == EXIFLocation::GPS_IFD && !STARTS_WITH_CI(*papszIter, "EXIF_GPS") )
1001 if( location != EXIFLocation::GPS_IFD && STARTS_WITH_CI(*papszIter, "EXIF_GPS") )
1356 EXIFLocation::GPS_IFD,
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalexif.cpp981 GPS_IFD enumerator
992 (location == EXIFLocation::GPS_IFD) ? gpstags: exiftags; in EXIFFormatTagValue()
999 if( location == EXIFLocation::GPS_IFD && !STARTS_WITH_CI(*papszIter, "EXIF_GPS") ) in EXIFFormatTagValue()
1001 if( location != EXIFLocation::GPS_IFD && STARTS_WITH_CI(*papszIter, "EXIF_GPS") ) in EXIFFormatTagValue()
1356 EXIFLocation::GPS_IFD, in EXIFCreate()
/dports/devel/upp/upp/uppsrc/plugin/jpg/
H A Djpgupp.cpp215 enum IFD_TYPE { BASE_IFD, GPS_IFD }; enumerator
353 ExifDir(begin, end, offset, GPS_IFD); in ExifDir()
356 else if(type == GPS_IFD) { in ExifDir()
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h190 #define GPS_IFD 4 macro
H A Dprocess.c156 case GPS_IFD: in process_tiff_ifd()
1545 case GPS_IFD: in new_summary_entry()
2211 summary_entry,fulldirname,GPS_IFD, in process_gps_ifd()
2305 print_tagid(entry_ptr,SMALLINDENT,GPS_IFD); in process_gps_ifd()
2309 GPS_IFD,indent,1); in process_gps_ifd()
2340 GPS_IFD,-1,-1,indent); in process_gps_ifd()
H A Dprint.c453 case GPS_IFD: in print_tagid()
505 case GPS_IFD: in print_taginfo()
2600 case GPS_IFD: in display_end_of_ifd()