Home
last modified time | relevance | path

Searched refs:makerInfoTagValueMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp924 if (exifInfo_.makerInfoTagValueMap.find(key) != exifInfo_.makerInfoTagValueMap.end()) { in GetMakerImagePropertyString()
925 value = exifInfo_.makerInfoTagValueMap[key]; in GetMakerImagePropertyString()
H A Dexif_info.cpp486 makerInfoTagValueMap = exifMakerNote.makerTagValueMap; in ParseExifData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h119 std::map<std::string, std::string> makerInfoTagValueMap; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1882 if (exifInfo_.makerInfoTagValueMap.find(key) != exifInfo_.makerInfoTagValueMap.end()) { in HeapMemAlloc()
1883 value = exifInfo_.makerInfoTagValueMap[key]; in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp540 extDecoder->exifInfo_.makerInfoTagValueMap.insert(pair<std::string, std::string>
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp1193 jpegDecoder->exifInfo_.makerInfoTagValueMap.insert(std::make_pair(key, value));