Searched refs:HevcSoftwareDecodeFunc (Results 1 – 2 of 2) sorted by relevance
36 using HevcSoftwareDecodeFunc = int32_t (*)(std::vector<std::vector<uint8_t>>& inputs, variable50 HevcSoftwareDecodeFunc hevcSoftwareDecodeFunc_;
72 … reinterpret_cast<HevcSoftwareDecodeFunc>(dlsym(extNativeSoHandle_, "HevcSoftwareDecode")); in LoadImageFwkExtNativeSo()