Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h138 bool CreateExifEntryOfGpsTimeStamp(const ExifTag &tag, ExifData *data, const std::string &value,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1338 bool EXIFInfo::CreateExifEntryOfGpsTimeStamp(const ExifTag &tag, ExifData *data, const std::string … in CreateExifEntryOfGpsTimeStamp() function in OHOS::ImagePlugin::EXIFInfo
1434 return CreateExifEntryOfGpsTimeStamp(tag, data, value, order, ptrEntry); in CreateExifEntry()