Home
last modified time | relevance | path

Searched refs:fromProducerSurface_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_surface_adapter.cpp61 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()
H A Deffect_surface_adapter.h55 OHOS::sptr<Surface> fromProducerSurface_ = nullptr; member in OHOS::Media::Effect::EffectSurfaceAdapter
H A Dimage_effect_inner.cpp190 fromProducerSurface_ = nullptr; in ~ImageEffect()
956 if (fromProducerSurface_ != nullptr) { in GetInputSurface()
957 return fromProducerSurface_; in GetInputSurface()
965 fromProducerSurface_ = impl_->surfaceAdapter_->GetProducerSurface(); in GetInputSurface()
976 return fromProducerSurface_; in GetInputSurface()
/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h136 sptr<Surface> fromProducerSurface_; // to camera hal member in OHOS::Media::Effect::ImageEffect

Completed in 4 milliseconds