Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h134 … bool CreateExifEntryOfBitsPerSample(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.cpp1242 bool EXIFInfo::CreateExifEntryOfBitsPerSample(const ExifTag &tag, ExifData *data, const std::string… in CreateExifEntryOfBitsPerSample() function in OHOS::ImagePlugin::EXIFInfo
1408 return CreateExifEntryOfBitsPerSample(tag, data, value, order, ptrEntry); in CreateExifEntry()