Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp183 if (toProducerSurface_) { in ~ImageEffect()
184 auto res = toProducerSurface_->Disconnect(); in ~ImageEffect()
186 res, toProducerSurface_->GetUniqueId()); in ~ImageEffect()
187 toProducerSurface_ = nullptr; in ~ImageEffect()
729 toProducerSurface_ = surface; in SetOutputSurface()
736 toProducerSurface_->SetTransform(GRAPHIC_ROTATE_BUTT); in SetOutputSurface()
754 if (toProducerSurface_ == nullptr) { in UpdateProducerSurfaceInfo()
758 toProducerSurface_->SetTransform(transform); in UpdateProducerSurfaceInfo()
922 CHECK_AND_RETURN_LOG(toProducerSurface_ != nullptr, in FlushBuffer()
1015 toProducerSurface_ = surface; in SetOutNativeWindow()
[all …]
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h142 sptr<Surface> toProducerSurface_; // from ImageEffect to XComponent variable