Searched refs:textureEncSoHandle_ (Results 1 – 1 of 1) sorted by relevance
77 void *textureEncSoHandle_; member in OHOS::ImagePlugin::SutEncSoManager85 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()