Searched refs:alphaMemory (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 966 static bool FillAlphaChannel(std::shared_ptr<HeifImage> &masterImage, uint8_t *alphaMemory, in FillAlphaChannel() argument 970 uint8_t *alphaRowStart = alphaMemory; in FillAlphaChannel() 974 if (IsEmptyBuffer(reinterpret_cast<uint8_t*>(alphaMemory), width, height, 1, alphaStride)) { in FillAlphaChannel() 1051 std::unique_ptr<uint8_t[]> alphaMemory = std::make_unique<uint8_t[]>(alphaMemorySize); in SwApplyAlphaImage() local 1053 alphaGridInfo, alphaDstFmt, alphaMemory.get(), alphaMemorySize, alphaStride, nullptr in SwApplyAlphaImage() 1062 return FillAlphaChannel(masterImage, alphaMemory.get(), alphaStride, dstMemory, dstRowStride); in SwApplyAlphaImage()
|