Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dexternal_loader.cpp53 bool ExternLoader::IsExtLoad() const in IsExtLoad() function in OHOS::Media::Effect::ExternLoader
86 if (!IsExtLoad()) { in InitExt()
H A Dexternal_loader.h40 IMAGE_EFFECT_EXPORT bool IsExtLoad() const;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp51 if (!ExternLoader::Instance()->IsExtLoad()) { in OH_ImageEffect_Create()