Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp197 void *textureDecSoHandle_; member in OHOS::Media::SutDecSoManager
205 textureDecSoHandle_ = nullptr; in SutDecSoManager()
218 if (dlclose(textureDecSoHandle_) != 0) { in ~SutDecSoManager()
245 dlclose(textureDecSoHandle_); in LoadSutDecSo()
246 textureDecSoHandle_ = nullptr; in LoadSutDecSo()
253 dlclose(textureDecSoHandle_); in LoadSutDecSo()
254 textureDecSoHandle_ = nullptr; in LoadSutDecSo()
260 dlclose(textureDecSoHandle_); in LoadSutDecSo()
261 textureDecSoHandle_ = nullptr; in LoadSutDecSo()
268 dlclose(textureDecSoHandle_); in LoadSutDecSo()
[all …]