Searched refs:gainMapEffectBuffer (Results 1 – 2 of 2) sorted by relevance
522 std::shared_ptr<EffectBuffer> gainMapEffectBuffer; in ParsePicture() local523 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()
236 …std::shared_ptr<EffectBuffer> gainMapEffectBuffer = std::make_shared<EffectBuffer>(gainMapBufferIn… in ModifyPicture() local239 res = ModifyPictureForInnerPixelMap(gainMap.get(), src, gainMapEffectBuffer, context); in ModifyPicture()