Home | History | Annotate | Download | only in HAL

Lines Matching refs:gpsProcessingMethod

5345  *   @gpsProcessingMethod : string to store GPS process method
5352 int32_t QCameraParameters::getExifGpsProcessingMethod(char *gpsProcessingMethod,
5357 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE);
5359 strncpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, strlen(str));
5361 gpsProcessingMethod[count++] = '\0'; // increase 1 for the last NULL char