Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_fwk_ext_manager.h36 using HevcSoftwareDecodeFunc = int32_t (*)(std::vector<std::vector<uint8_t>>& inputs, variable
50 HevcSoftwareDecodeFunc hevcSoftwareDecodeFunc_;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_fwk_ext_manager.cpp72 … reinterpret_cast<HevcSoftwareDecodeFunc>(dlsym(extNativeSoHandle_, "HevcSoftwareDecode")); in LoadImageFwkExtNativeSo()