Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp77 void *textureEncSoHandle_; member in OHOS::ImagePlugin::SutEncSoManager
85 textureEncSoHandle_ = nullptr; in SutEncSoManager()
91 bool sutEncHasBeenOpen = sutEncSoOpened_ && (textureEncSoHandle_ != nullptr); in ~SutEncSoManager()
93 int ret = dlclose(textureEncSoHandle_); in ~SutEncSoManager()
105 textureEncSoHandle_ = dlopen(g_textureSuperEncSo.c_str(), 1); in LoadSutEncSo()
106 if (textureEncSoHandle_ == nullptr) { in LoadSutEncSo()
111 … reinterpret_cast<SuperCompressTexture>(dlsym(textureEncSoHandle_, "SuperCompressTexture")); in LoadSutEncSo()
114 dlclose(textureEncSoHandle_); in LoadSutEncSo()
115 textureEncSoHandle_ = nullptr; in LoadSutEncSo()