Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp179 static const std::string g_textureSuperDecSo = "/system/lib64/module/hms/graphic/libtextureSuperDec… variable
219 … IMAGE_LOGE("[ImageSource] astcenc dlclose failed: %{public}s!", g_textureSuperDecSo.c_str()); in ~SutDecSoManager()
232 if (!CheckClBinIsExist(g_textureSuperDecSo)) { in LoadSutDecSo()
233 IMAGE_LOGE("[ImageSource] %{public}s! is not found", g_textureSuperDecSo.c_str()); in LoadSutDecSo()
236 textureDecSoHandle_ = dlopen(g_textureSuperDecSo.c_str(), 1); in LoadSutDecSo()