Searched refs:dstMemory_ (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 | 243 dstMemory_(nullptr), dstRowStride_(0), dstHwBuffer_(nullptr), in HeifDecoderImpl() 492 dstMemory_, 0, in decode() 499 SwApplyAlphaImage(primaryImage_, dstMemory_, dstRowStride_); in decode() 520 ConvertHwBufferPixelFormat(hwBuffer, gridInfo_, dstMemory_, dstRowStride_); in decode() 524 bool hwApplyAlphaImageRes = HwApplyAlphaImage(primaryImage_, dstMemory_, dstRowStride_); in decode() 526 SwApplyAlphaImage(primaryImage_, dstMemory_, dstRowStride_); in decode() 1141 if (dstMemory_ == nullptr) { in setDstBuffer() 1142 dstMemory_ = dstBuffer; in setDstBuffer()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/ |
H A D | HeifDecoderImpl.h | 145 uint8_t *dstMemory_; variable
|