Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp522 std::shared_ptr<EffectBuffer> gainMapEffectBuffer; in ParsePicture() local
523 errorCode = CommonUtils::LockPixelMap(gainMap.get(), gainMapEffectBuffer); in ParsePicture()
527 gainMapEffectBuffer->bufferInfo_->pixelmapType_ = EffectPixelmapType::GAINMAP; in ParsePicture()
528 gainMapEffectBuffer->bufferInfo_->bufferType_ = gainMapEffectBuffer->extraInfo_->bufferType; in ParsePicture()
529 gainMapEffectBuffer->bufferInfo_->addr_ = gainMapEffectBuffer->buffer_; in ParsePicture()
533 …effectBuffer->auxiliaryBufferInfos->emplace(EffectPixelmapType::GAINMAP, gainMapEffectBuffer->buff… in ParsePicture()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp236 …std::shared_ptr<EffectBuffer> gainMapEffectBuffer = std::make_shared<EffectBuffer>(gainMapBufferIn… in ModifyPicture() local
239 res = ModifyPictureForInnerPixelMap(gainMap.get(), src, gainMapEffectBuffer, context); in ModifyPicture()