Searched refs:gpsProcessingMethod (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParametersIntf.h | 136 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
|
D | QCameraParametersIntf.cpp | 412 int32_t QCameraParametersIntf::getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &coun… in getExifGpsProcessingMethod() argument 416 return mImpl->getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifGpsProcessingMethod()
|
D | QCameraParameters.h | 705 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &count);
|
D | QCameraParameters.cpp | 11344 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/ |
D | QCamera3PostProc.cpp | 2488 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/ |
D | types.hal | 637 /** android.jpeg.gpsProcessingMethod [dynamic, byte, ndk_public]
|