Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp77 double GetLongitudeLatitude(string inputStr, const string& ref = "") in GetLongitudeLatitude() function
295 exifJson[PHOTO_DATA_IMAGE_GPS_LONGITUDE] = (err == 0) ? GetLongitudeLatitude(propertyStr): 0; in ExtractImageExif()
298 exifJson[PHOTO_DATA_IMAGE_GPS_LATITUDE] = (err == 0) ? GetLongitudeLatitude(propertyStr): 0; in ExtractImageExif()
338 tempLocation = GetLongitudeLatitude(propertyStr, refStr); in ExtractLocationMetadata()
345 tempLocation = GetLongitudeLatitude(propertyStr, refStr); in ExtractLocationMetadata()