Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp831 bool HeifDecoderImpl::SwDecodeGrids(ImageFwkExtManager &extManager, in SwDecodeGrids() argument
834 if (extManager.doHardWareEncodeFunc_ == nullptr && !extManager.LoadImageFwkExtNativeSo()) { in SwDecodeGrids()
856 int32_t retCode = extManager.hevcSoftwareDecodeFunc_(inputs, param); in SwDecodeGrids()
879 bool HeifDecoderImpl::SwDecodeSingleImage(ImageFwkExtManager &extManager, in SwDecodeSingleImage() argument
882 if (extManager.doHardWareEncodeFunc_ == nullptr && !extManager.LoadImageFwkExtNativeSo()) { in SwDecodeSingleImage()
892 int32_t retCode = extManager.hevcSoftwareDecodeFunc_(inputs, param); in SwDecodeSingleImage()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoderImpl.h116 bool SwDecodeGrids(Media::ImageFwkExtManager &extManager,
122 bool SwDecodeSingleImage(Media::ImageFwkExtManager &extManager,