Home
last modified time | relevance | path

Searched refs:CheckFormatHint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp55 imageSource->CheckFormatHint(key, agentIter); in ImageSourceFuncTest001()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp224 uint32_t ImageSource::CheckFormatHint(const std::string &formatHint, FormatAgentMap::iterator &form… in CheckFormatHint() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h273 uint32_t CheckFormatHint(const std::string &formatHint, FormatAgentMap::iterator &formatIter);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1465 uint32_t ret = imageSource->CheckFormatHint(formatHint, formatIter);
1474 ret = imageSource->CheckFormatHint(formatHint, formatIter);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1981 uint32_t ImageSource::CheckFormatHint(const string &formatHint, FormatAgentMap::iterator &formatIte… in CheckFormatHint() function in OHOS::Media::ImageSource
2080 ret = CheckFormatHint(formatHint, hintIter); in GetEncodedFormat()