Home
last modified time | relevance | path

Searched refs:GetMakerImagePropertyString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h90 uint32_t GetMakerImagePropertyString(const std::string &key, std::string &value);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp84 extDecoder->GetMakerImagePropertyString(key, value); in ExtDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h113 uint32_t GetMakerImagePropertyString(const std::string &key, std::string &value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp917 return GetMakerImagePropertyString(key, value); in GetImagePropertyStringEx()
922 uint32_t JpegDecoder::GetMakerImagePropertyString(const std::string &key, std::string &value) in GetMakerImagePropertyString() function in OHOS::ImagePlugin::JpegDecoder
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp538 uint32_t ret = extDecoder->GetMakerImagePropertyString(key, value);
543 ret = extDecoder->GetMakerImagePropertyString(key, value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1867 res = GetMakerImagePropertyString(key, value); in HeapMemAlloc()
1880 uint32_t ExtDecoder::GetMakerImagePropertyString(const std::string &key, std::string &value) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp1194 uint32_t ret = jpegDecoder->GetMakerImagePropertyString(key, value);