Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp204 GetSuperCompressAstcSize sutDecSoGetSizeFunc_; member in OHOS::Media::SutDecSoManager
220 sutDecSoGetSizeFunc_ = nullptr; in SutDecSoManager()
268 sutDecSoGetSizeFunc_ = in LoadSutDecSo()
270 if (sutDecSoGetSizeFunc_ == nullptr) { in LoadSutDecSo()
2939 if (g_sutDecSoManager.sutDecSoGetSizeFunc_ != nullptr) {
2940 return g_sutDecSoManager.sutDecSoGetSizeFunc_(fileBuf, fileSize);
2942 IMAGE_LOGE("sutDecSoGetSizeFunc_ is nullptr!");

Completed in 5 milliseconds