Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp633 OH_ImageEffect* ohImageEffect = OH_ImageEffect_Create(effectName.c_str()); in OH_ImageEffect_Restore() local
634 CHECK_AND_RETURN_RET_LOG(ohImageEffect != nullptr, nullptr, "ohImageEffect create failed"); in OH_ImageEffect_Restore()
649 ohImageEffect->imageEffect_->AddEFilter(filter->filter_); in OH_ImageEffect_Restore()
650 ohImageEffect->filters_.emplace_back(filter, filter->filter_->GetName()); in OH_ImageEffect_Restore()
659 ohImageEffect->filters_.emplace_back(nativeEFilter.release(), efilter->GetName()); in OH_ImageEffect_Restore()
660 ohImageEffect->imageEffect_->AddEFilter(efilter); in OH_ImageEffect_Restore()
662 ohImageEffect->imageEffect_->SetExtraInfo(root); in OH_ImageEffect_Restore()
666 return ohImageEffect; in OH_ImageEffect_Restore()

Completed in 3 milliseconds