Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp191 GetSuperCompressAstcSize sutDecSoGetSizeFunc_; member in OHOS::Media::SutDecSoManager
206 sutDecSoGetSizeFunc_ = nullptr; in SutDecSoManager()
241 sutDecSoGetSizeFunc_ = in LoadSutDecSo()
243 if (sutDecSoGetSizeFunc_ == nullptr) { in LoadSutDecSo()
2986 if (!g_sutDecSoManager.LoadSutDecSo() || g_sutDecSoManager.sutDecSoGetSizeFunc_ == nullptr) { in GetAstcSizeBytes()
2990 return g_sutDecSoManager.sutDecSoGetSizeFunc_(fileBuf, fileSize); in GetAstcSizeBytes()