Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h82 bool SetGpsTimestamp(const struct tm& t);
Dexif_utils.cpp231 bool ExifUtils::SetGpsTimestamp(const struct tm& t) { in SetGpsTimestamp() function in arc::ExifUtils
Dimage_processor.cpp459 if (!utils->SetGpsTimestamp(time_info)) { in SetExifTags()