Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp967 size_t alphaStride, uint8_t *dstMemory, size_t dstRowStride) in FillAlphaChannel() argument
974 if (IsEmptyBuffer(reinterpret_cast<uint8_t*>(alphaMemory), width, height, 1, alphaStride)) { in FillAlphaChannel()
988 alphaRowStart += alphaStride; in FillAlphaChannel()
1048 uint32_t alphaStride = alphaImage->GetOriginalWidth(); in SwApplyAlphaImage() local
1049 uint32_t alphaMemorySize = alphaStride * alphaImage->GetOriginalHeight(); in SwApplyAlphaImage()
1053 alphaGridInfo, alphaDstFmt, alphaMemory.get(), alphaMemorySize, alphaStride, nullptr in SwApplyAlphaImage()
1062 return FillAlphaChannel(masterImage, alphaMemory.get(), alphaStride, dstMemory, dstRowStride); in SwApplyAlphaImage()