Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h136 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
DQCameraParametersIntf.cpp412 int32_t QCameraParametersIntf::getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &coun… in getExifGpsProcessingMethod() argument
416 return mImpl->getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifGpsProcessingMethod()
DQCameraParameters.h705 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &count);
DQCameraParameters.cpp11344 int32_t QCameraParameters::getExifGpsProcessingMethod(char *gpsProcessingMethod, in getExifGpsProcessingMethod() argument
11349 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
11351 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, GPS_PROCESSING_METHOD_SIZE); in getExifGpsProcessingMethod()
11353 gpsProcessingMethod[count++] = '\0'; // increase 1 for the last NULL char in getExifGpsProcessingMethod()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2488 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, in getExifGpsProcessingMethod() argument
2492 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2494 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()
2498 gpsProcessingMethod[count++] = '\0'; // increase 1 for the last NULL char in getExifGpsProcessingMethod()
2737 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData() local
2740 rc = getExifGpsProcessingMethod(gpsProcessingMethod, in getExifData()
2747 (void *)gpsProcessingMethod); in getExifData()
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal637 /** android.jpeg.gpsProcessingMethod [dynamic, byte, ndk_public]