Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp184 using GetTextureInfoFromSut = bool (*)(const uint8_t *, size_t, uint32_t &, uint32_t &, uint32_t &); typedef
194 GetTextureInfoFromSut getTextureInfoFunc_;
265 … reinterpret_cast<GetTextureInfoFromSut>(dlsym(textureDecSoHandle_, "GetTextureInfoFromSut")); in LoadSutDecSo()