Searched refs:GetImagePropertyStringEx (Results 1 – 3 of 3) sorted by relevance
89 uint32_t GetImagePropertyStringEx(const std::string &key, std::string &value);
894 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
792 int32_t result = jpegDecoder->GetImagePropertyStringEx(key, value);