Searched refs:gpsProcessingMethod (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | ExifInterfaceTest.java | 112 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 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()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParametersIntf.h | 136 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
|
H A D | QCameraParametersIntf.cpp | 412 int32_t QCameraParametersIntf::getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &coun… in getExifGpsProcessingMethod() argument 416 return mImpl->getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifGpsProcessingMethod()
|
H A D | QCameraParameters.h | 705 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &count);
|
H A D | QCamera2HWI.cpp | 10043 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 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()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | Parameters.h | 70 String8 gpsProcessingMethod; member
|
H A D | Parameters.cpp | 384 gpsProcessingMethod = "unknown"; in initialize() 1717 validatedParams.gpsProcessingMethod = gpsProcMethodStr; in set() 2385 gpsProcessingMethod); in updateRequestJpeg()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/ |
H A D | Camera2Client.cpp | 213 p.gpsProcessingMethod.string()); in dumpClient()
|
/aosp12/hardware/interfaces/camera/metadata/3.2/ |
H A D | types.hal | 637 /** android.jpeg.gpsProcessingMethod [dynamic, byte, ndk_public]
|