Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H A Dipp_algo.h57 typedef int (*AlgoFuncProcess)(IppAlgoBuffer* inBuffer[], typedef
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dalgo_plugin.cpp209 …algoHandler_->func.Process = reinterpret_cast<AlgoFuncProcess>(::dlsym(algoHandler_->handle, "Proc… in LoadLib()