Home
last modified time | relevance | path

Searched refs:IsSupportScaleOnDecode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp58 extDecoder->IsSupportScaleOnDecode(); in ExtDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h93 bool IsSupportScaleOnDecode();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp472 bool ExtDecoder::IsSupportScaleOnDecode() in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
512 return IsSupportScaleOnDecode(); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp136 bool ret = extDecoder->IsSupportScaleOnDecode();