Searched refs:fromProducerSurface_ (Results 1 – 4 of 4) sorted by relevance
61 fromProducerSurface_ = Surface::CreateSurfaceAsProducer(producer); in Initialize()62 if (fromProducerSurface_ == nullptr) { in Initialize()71 auto ret = surfaceUtils->Add(fromProducerSurface_->GetUniqueId(), fromProducerSurface_); in Initialize()77 static_cast<unsigned long long>(fromProducerSurface_->GetUniqueId())); in Initialize()84 if (fromProducerSurface_) { in GetProducerSurface()85 return fromProducerSurface_; in GetProducerSurface()92 return fromProducerSurface_; in GetProducerSurface()
55 OHOS::sptr<Surface> fromProducerSurface_ = nullptr; variable
189 fromProducerSurface_ = nullptr; in ~ImageEffect()986 if (fromProducerSurface_ != nullptr) { in GetInputSurface()987 return fromProducerSurface_; in GetInputSurface()995 fromProducerSurface_ = impl_->surfaceAdapter_->GetProducerSurface(); in GetInputSurface()1007 return fromProducerSurface_; in GetInputSurface()
143 sptr<Surface> fromProducerSurface_; // to camera hal variable