Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp182 using SuperDecompressTexture = bool (*)(const uint8_t *, size_t, uint8_t *, size_t &); typedef
192 SuperDecompressTexture sutDecSoDecFunc_;
250 … reinterpret_cast<SuperDecompressTexture>(dlsym(textureDecSoHandle_, "SuperDecompressTexture")); in LoadSutDecSo()