Searched refs:HwDecodeImage (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 514 bool decodeRes = HwDecodeImage(nullptr, primaryImage_, gridInfo_, &hwBuffer, true); in decode() 541 bool decodeRes = HwDecodeImage(nullptr, gainmapImage, gainmapGridInfo, &hwBuffer, false); in DodecodeGainmap() 592 bool HeifDecoderImpl::HwDecodeImage(HeifHardwareDecoder *hwDecoder, in HwDecodeImage() function in OHOS::ImagePlugin::HeifDecoderImpl 744 return HwDecodeImage(hwDecoder, idenImage, gridInfo, outBuffer, isPrimary); in HwDecodeIdenImage() 1023 bool decodeRes = HwDecodeImage(nullptr, alphaImage, alphaGridInfo, &hwBuffer, false); in HwApplyAlphaImage()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/ |
H A D | HeifDecoderImpl.h | 92 bool HwDecodeImage(HeifHardwareDecoder *hwDecoder,
|