Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java112 public final String gpsProcessingMethod; field in ExifInterfaceTest.ExpectedValue
155 gpsProcessingMethod = getString(typedArray, 21); in ExpectedValue()
306 expectedValue.gpsProcessingMethod); in compareWithExpectedValue()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h136 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
H A DQCameraParametersIntf.cpp412 int32_t QCameraParametersIntf::getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &coun… in getExifGpsProcessingMethod() argument
416 return mImpl->getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifGpsProcessingMethod()
H A DQCameraParameters.h705 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &count);
H A DQCamera2HWI.cpp10043 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData() local
10047 rc = mParameters.getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifData()
10052 (void *)gpsProcessingMethod); in getExifData()
H A 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()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h70 String8 gpsProcessingMethod; member
H A DParameters.cpp384 gpsProcessingMethod = "unknown"; in initialize()
1717 validatedParams.gpsProcessingMethod = gpsProcMethodStr; in set()
2385 gpsProcessingMethod); in updateRequestJpeg()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp213 p.gpsProcessingMethod.string()); in dumpClient()
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal637 /** android.jpeg.gpsProcessingMethod [dynamic, byte, ndk_public]