Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp174 static const std::string g_textureSuperDecSo = "/system/lib64/module/hms/graphic/libtextureSuperDecompress.z.so"; member
238 IMAGE_LOGE("[ImageSource] astcenc sut dec so dlclose failed: %{public}s!", g_textureSuperDecSo.c_str()); in ~SutDecSoManager()
240 IMAGE_LOGD("[ImageSource] astcenc sut dec so dlclose success: %{public}s!", g_textureSuperDecSo.c_str()); in ~SutDecSoManager()
259 if (!CheckClBinIsExist(g_textureSuperDecSo)) { in LoadSutDecSo()
260 IMAGE_LOGE("[ImageSource] %{public}s! is not found", g_textureSuperDecSo.c_str()); in LoadSutDecSo()
263 textureDecSoHandle_ = dlopen(g_textureSuperDecSo.c_str(), 1); in LoadSutDecSo()

Completed in 5 milliseconds