Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h74 bool SetGpsLongitude(double longitude);
Dexif_utils.cpp174 bool ExifUtils::SetGpsLongitude(double longitude) { in SetGpsLongitude() function in arc::ExifUtils
Dimage_processor.cpp436 if (!utils->SetGpsLongitude(entry.data.d[1])) { in SetExifTags()