Home
last modified time | relevance | path

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 Dimage_source_fuzz.cpp44 imageSource->GetImagePropertyCommon(0, key, value); in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h293 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 Dimage_source.cpp1646 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()