Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h86 bool SetGpsProcessingMethod(const std::string& method);
Dexif_utils.cpp267 bool ExifUtils::SetGpsProcessingMethod(const std::string& method) { in SetGpsProcessingMethod() function in arc::ExifUtils
Dimage_processor.cpp449 if (!utils->SetGpsProcessingMethod(method_str)) { in SetExifTags()