Home | History | Annotate | Download | only in HAL3

Lines Matching refs:gpsProcessingMethod

2213  *   @gpsProcessingMethod : string to store GPS process method
2220 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
2224 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE);
2226 strncpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, value, strlen(value));
2228 gpsProcessingMethod[count++] = '\0'; // increase 1 for the last NULL char
2480 char gpsProcessingMethod[
2483 rc = getExifGpsProcessingMethod(gpsProcessingMethod,
2489 (void *)gpsProcessingMethod);