Home
last modified time | relevance | path

Searched refs:dstRowStride_ (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.cpp243 dstMemory_(nullptr), dstRowStride_(0), dstHwBuffer_(nullptr), in HeifDecoderImpl()
493 static_cast<uint32_t>(dstRowStride_), dstHwBuffer_ 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()
934 static_cast<uint32_t>(dstRowStride_), nullptr in SwdecodeGainmap()
1143 dstRowStride_ = rowStride; in setDstBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoderImpl.h146 size_t dstRowStride_; variable