Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp200 static SutDecSoManager g_sutDecSoManager; variable
2938 return g_sutDecSoManager.isSutFunc_(fileData, fileSize); in IsASTC()
2986 if (!g_sutDecSoManager.LoadSutDecSo() || g_sutDecSoManager.sutDecSoGetSizeFunc_ == nullptr) { in GetAstcSizeBytes()
2990 return g_sutDecSoManager.sutDecSoGetSizeFunc_(fileBuf, fileSize); in GetAstcSizeBytes()
3000 if (!g_sutDecSoManager.LoadSutDecSo() || g_sutDecSoManager.sutDecSoDecFunc_ == nullptr) { in TextureSuperCompressDecode()
3004 if (!g_sutDecSoManager.sutDecSoDecFunc_(inData, inBytes, outData, outBytes)) { in TextureSuperCompressDecode()
3235 if (!g_sutDecSoManager.LoadSutDecSo() || g_sutDecSoManager.getTextureInfoFunc_ == nullptr) { in GetASTCInfo()
3242 if (g_sutDecSoManager.getTextureInfoFunc_(fileData, fileSize, in GetASTCInfo()