Home
last modified time | relevance | path

Searched refs:gpsProcessingMethod (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2053 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, in getExifGpsProcessingMethod() argument
2057 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2059 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()
2063 gpsProcessingMethod[count++] = '\0'; // increase 1 for the last NULL char in getExifGpsProcessingMethod()
2314 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData() local
2317 rc = getExifGpsProcessingMethod(gpsProcessingMethod, in getExifData()
2324 (void *)gpsProcessingMethod); in getExifData()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h635 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &count);
DQCamera2HWI.cpp7242 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData() local
7244 rc = mParameters.getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifData()
7249 (void *)gpsProcessingMethod); in getExifData()
DQCameraParameters.cpp9697 int32_t QCameraParameters::getExifGpsProcessingMethod(char *gpsProcessingMethod, in getExifGpsProcessingMethod() argument
9702 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
9704 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, strlen(str)+1); in getExifGpsProcessingMethod()
9706 gpsProcessingMethod[count++] = '\0'; // increase 1 for the last NULL char in getExifGpsProcessingMethod()