Home
last modified time | relevance | path

Searched refs:GetImagePropertyStringEx (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h89 uint32_t GetImagePropertyStringEx(const std::string &key, std::string &value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp894 return GetImagePropertyStringEx(key, value); in GetImagePropertyString()
900 uint32_t JpegDecoder::GetImagePropertyStringEx(const std::string &key, std::string &value) in GetImagePropertyStringEx() function in OHOS::ImagePlugin::JpegDecoder
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp792 int32_t result = jpegDecoder->GetImagePropertyStringEx(key, value);