Searched refs:EXIF_ASCII_PREFIX_SIZE (Results 1 – 4 of 4) sorted by relevance
60 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro2471 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()2472 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()2473 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()2716 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData()
114 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
11349 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()11350 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()11351 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, GPS_PROCESSING_METHOD_SIZE); in getExifGpsProcessingMethod()
10043 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()