Searched refs:lonRef (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
H A D | MetadataUtils.java | 76 String lonRef = exif.getString(ExifInterface.TAG_GPS_LONGITUDE_REF); in getExifGpsCoords() local 79 convertRationalLatLonToFloat(lat, latRef), convertRationalLatLonToFloat(lon, lonRef) in getExifGpsCoords()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3PostProc.cpp | 2554 int32_t getExifLongitude(rat_t *longitude, char *lonRef, double value) in getExifLongitude() argument 2564 lonRef[0] = 'W'; in getExifLongitude() 2566 lonRef[0] = 'E'; in getExifLongitude() 2568 lonRef[1] = '\0'; in getExifLongitude() 2775 char lonRef[2]; in getExifData() local 2776 rc = getExifLongitude(longitude, lonRef, in getExifData() 2787 (void *)lonRef); in getExifData()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParametersIntf.h | 139 int32_t getExifLongitude(rat_t *longitude, char *lonRef);
|
H A D | QCameraParametersIntf.cpp | 426 int32_t QCameraParametersIntf::getExifLongitude(rat_t *longitude, char *lonRef) in getExifLongitude() argument 430 return mImpl->getExifLongitude(longitude, lonRef); in getExifLongitude()
|
H A D | QCameraParameters.h | 707 int32_t getExifLongitude(rat_t *longitude, char *lonRef);
|
H A D | QCamera2HWI.cpp | 10074 char lonRef[2]; in getExifData() local 10075 rc = mParameters.getExifLongitude(longitude, lonRef); in getExifData() 10085 (void *)lonRef); in getExifData()
|
H A D | QCameraParameters.cpp | 11408 char *lonRef) in getExifLongitude() argument 11417 lonRef[0] = 'W'; in getExifLongitude() 11419 lonRef[0] = 'E'; in getExifLongitude() 11421 lonRef[1] = '\0'; in getExifLongitude()
|