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 D | jpeg_decoder.h | 90 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 D | image_plugin_fuzz.cpp | 84 extDecoder->GetMakerImagePropertyString(key, value); in ExtDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 113 uint32_t GetMakerImagePropertyString(const std::string &key, std::string &value);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 917 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 D | ext_decoder_test.cpp | 538 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 D | ext_decoder.cpp | 1867 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 D | jpeg_decoder_test.cpp | 1194 uint32_t ret = jpegDecoder->GetMakerImagePropertyString(key, value);
|