Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h136 bool CreateExifEntryOfRationalExif(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.cpp1317 bool EXIFInfo::CreateExifEntryOfRationalExif(const ExifTag &tag, ExifData *data, const std::string … in CreateExifEntryOfRationalExif() function in OHOS::ImagePlugin::EXIFInfo
1430 …return CreateExifEntryOfRationalExif(tag, data, value, order, ptrEntry, "/", static_cast<size_t>(C… in CreateExifEntry()