Home
last modified time | relevance | path

Searched refs:GetCreateImageEffectExtFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dexternal_loader.h44 IMAGE_EFFECT_EXPORT CreateImageEffectExtFunc GetCreateImageEffectExtFunc() const;
H A Dexternal_loader.cpp58 CreateImageEffectExtFunc ExternLoader::GetCreateImageEffectExtFunc() const in GetCreateImageEffectExtFunc() function in OHOS::Media::Effect::ExternLoader
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp54 auto func = ExternLoader::Instance()->GetCreateImageEffectExtFunc(); in OH_ImageEffect_Create()