Home
last modified time | relevance | path

Searched refs:HwDecodeSingleImage (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoderImpl.h106 bool HwDecodeSingleImage(HeifHardwareDecoder *hwDecoder, std::shared_ptr<HeifImage> &image,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp642 res = HwDecodeSingleImage(hwDecoder, image, gridInfo, hwBuffer); in HwDecodeImage()
747 bool HeifDecoderImpl::HwDecodeSingleImage(HeifHardwareDecoder *hwDecoder, in HwDecodeSingleImage() function in OHOS::ImagePlugin::HeifDecoderImpl