Home
last modified time | relevance | path

Searched refs:DoHeifToYuvDecode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp85 extDecoder->DoHeifToYuvDecode(context); in ExtDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h101 uint32_t DoHeifToYuvDecode(DecodeContext &context);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp869 return DoHeifToYuvDecode(context); in HeapMemAlloc()
1976 uint32_t ExtDecoder::DoHeifToYuvDecode(OHOS::ImagePlugin::DecodeContext &context) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder