Searched refs:GetImagePropertyCommon (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 44 imageSource->GetImagePropertyCommon(0, key, value); in ImageSourceFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 293 uint32_t GetImagePropertyCommon(uint32_t index, const std::string &key, std::string &value);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1646 uint32_t ImageSource::GetImagePropertyCommon(uint32_t index, const std::string &key, std::string &v… in GetImagePropertyCommon() function in OHOS::Media::ImageSource 1682 uint32_t ret = GetImagePropertyCommon(index, key, strValue); in GetImagePropertyInt() 1724 return GetImagePropertyCommon(index, key, value); in GetImagePropertyString()
|