Searched refs:EXIF_ASCII_PREFIX_SIZE (Results 1 – 4 of 4) sorted by relevance
60 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro2173 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()2174 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()2175 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()2438 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData()
111 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
10973 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()10974 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()10975 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, GPS_PROCESSING_METHOD_SIZE); in getExifGpsProcessingMethod()
9119 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()