Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp192 SuperDecompressTexture sutDecSoDecFunc_; member in OHOS::Media::SutDecSoManager
207 sutDecSoDecFunc_ = nullptr; in SutDecSoManager()
249 sutDecSoDecFunc_ = in LoadSutDecSo()
251 if (sutDecSoDecFunc_ == nullptr) { in LoadSutDecSo()
3000 if (!g_sutDecSoManager.LoadSutDecSo() || g_sutDecSoManager.sutDecSoDecFunc_ == nullptr) { in TextureSuperCompressDecode()
3004 if (!g_sutDecSoManager.sutDecSoDecFunc_(inData, inBytes, outData, outBytes)) { in TextureSuperCompressDecode()